Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
st_ble_servs_info_t Struct Reference

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
 

Detailed Description

st_ble_servs_info_t includes information about service.

Field Documentation

◆ pp_chars

const st_ble_servs_char_info_t** st_ble_servs_info_t::pp_chars

Set all characteristic information structure included in this service.

◆ num_of_chars

uint8_t st_ble_servs_info_t::num_of_chars

Number of characteristics included in this service.

◆ cb

ble_servs_app_cb_t st_ble_servs_info_t::cb

Service event callback function.