NimBLE-Arduino 2.1.3
Loading...
Searching...
No Matches
ble_svc_bas.h
1
20#ifndef H_BLE_SVC_BAS_
21#define H_BLE_SVC_BAS_
22
23/* 16 Bit Battery Service UUID */
24#define BLE_SVC_BAS_UUID16 0x180F
25
26/* 16 Bit Battery Service Characteristic UUIDs */
27#define BLE_SVC_BAS_CHR_UUID16_BATTERY_LEVEL 0x2A19
28
29int ble_svc_bas_battery_level_set(uint8_t level);
30
31void ble_svc_bas_init(void);
32
33#endif