![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
st_ble_servs_info_t includes information about service. More...
Data Fields | |
const st_ble_servs_char_info_t ** | pp_chars |
uint8_t | num_of_chars |
ble_servs_app_cb_t | cb |
st_ble_servs_info_t includes information about service.
const st_ble_servs_char_info_t** st_ble_servs_info_t::pp_chars |
Set all characteristic information structure included in this service.
uint8_t st_ble_servs_info_t::num_of_chars |
Number of characteristics included in this service.
ble_servs_app_cb_t st_ble_servs_info_t::cb |
Service event callback function.