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