![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
A structure that defines the detailed information of the characteristics. More...
Data Fields | |
st_ble_gatts_db_attr_list_t | list |
The total number of attributes in the defined characteristic is specified. More... | |
uint16_t | start_hdl |
The first attribute handle of the characteristic is specified. More... | |
uint8_t | service_id |
The index of service to which the characteristic belongs is specified. More... | |
A structure that defines the detailed information of the characteristics.
st_ble_gatts_db_attr_list_t st_ble_gatts_db_char_cfg_t::list |
The total number of attributes in the defined characteristic is specified.
uint16_t st_ble_gatts_db_char_cfg_t::start_hdl |
The first attribute handle of the characteristic is specified.
uint8_t st_ble_gatts_db_char_cfg_t::service_id |
The index of service to which the characteristic belongs is specified.