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

st_ble_servc_info_t includes information about service. More...

Data Fields

const st_ble_servc_char_info_t ** pp_chars
 
uint16_t num_of_chars
 
st_ble_gatt_hdl_range_tp_attr_hdls
 
ble_servc_app_cb_t cb
 

Detailed Description

st_ble_servc_info_t includes information about service.

Field Documentation

◆ pp_chars

const st_ble_servc_char_info_t** st_ble_servc_info_t::pp_chars

Set all characteristic information structure included in this service.

◆ num_of_chars

uint16_t st_ble_servc_info_t::num_of_chars

Number of characteristics included in this service.

◆ p_attr_hdls

st_ble_gatt_hdl_range_t* st_ble_servc_info_t::p_attr_hdls

Attribute handle range of service.

◆ cb

ble_servc_app_cb_t st_ble_servc_info_t::cb

Service event callback function.