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
29
int
ble_svc_bas_battery_level_set(uint8_t level);
30
31
void
ble_svc_bas_init(
void
);
32
33
#endif
src
nimble
nimble
host
services
bas
include
services
bas
ble_svc_bas.h
Generated by
1.9.8