mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-25 09:35:42 +00:00
9 lines
207 B
Plaintext
9 lines
207 B
Plaintext
|
PRIMARY_SERVICE, GAP_SERVICE
|
||
|
CHARACTERISTIC, GAP_DEVICE_NAME, READ, "GATT Profiles"
|
||
|
|
||
|
// add Battery Service
|
||
|
#import <battery_service.gatt>
|
||
|
|
||
|
// add Device ID Service
|
||
|
#import <device_information_service.gatt>
|