xref: /btstack/example/hog_keyboard_demo.gatt (revision 1be6721a18abe1cf46861f5f89999302732e1a4d)
1a4bfc4feSMatthias RingwaldPRIMARY_SERVICE, GAP_SERVICE
2a4bfc4feSMatthias RingwaldCHARACTERISTIC, GAP_DEVICE_NAME, READ, "HID Keyboard"
3a4bfc4feSMatthias Ringwald
4a4bfc4feSMatthias Ringwald// add Battery Service
5a4bfc4feSMatthias Ringwald#import <battery_service.gatt>
6a4bfc4feSMatthias Ringwald
7a4bfc4feSMatthias Ringwald// add Device ID Service
8a4bfc4feSMatthias Ringwald#import <device_information_service.gatt>
9a4bfc4feSMatthias Ringwald
10a4bfc4feSMatthias Ringwald// add HID Service
11a4bfc4feSMatthias Ringwald#import <hids.gatt>
12a4bfc4feSMatthias Ringwald
13a4bfc4feSMatthias RingwaldPRIMARY_SERVICE, GATT_SERVICE
14*1be6721aSMatthias RingwaldCHARACTERISTIC, GATT_DATABASE_HASH, READ,
15