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

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...
 

Detailed Description

A structure that defines the detailed information of the characteristics.

Field Documentation

◆ list

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.

◆ start_hdl

uint16_t st_ble_gatts_db_char_cfg_t::start_hdl

The first attribute handle of the characteristic is specified.

◆ service_id

uint8_t st_ble_gatts_db_char_cfg_t::service_id

The index of service to which the characteristic belongs is specified.