btstack/test/pts/gatt_profiles.gatt

22 lines
605 B
Plaintext
Raw Normal View History

2018-04-26 13:46:34 +02:00
PRIMARY_SERVICE, GAP_SERVICE
CHARACTERISTIC, GAP_DEVICE_NAME, READ, "GATT Profiles"
// add Battery Service
2018-04-26 15:18:33 +02:00
// Battery Service 180F
PRIMARY_SERVICE, ORG_BLUETOOTH_SERVICE_BATTERY_SERVICE
CHARACTERISTIC, ORG_BLUETOOTH_CHARACTERISTIC_BATTERY_LEVEL, DYNAMIC | READ | NOTIFY,
CHARACTERISTIC_FORMAT, READ, 04, 00, 27AD, 01, 01
2018-04-26 13:46:34 +02:00
// add device information service
2018-04-26 13:46:34 +02:00
#import <device_information_service.gatt>
// add tx power service
#import <tx_power_service.gatt>
// add bond management service
#import <bond_management_service.gatt>
// add microphone control service
#import <microphone_control_service.gatt>