![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
A structure that defines the information on the position where UUIDs are used. More...
Data Fields | |
uint16_t | offset |
The position of the defined UUID is specified by offset value in uuid_table of st_ble_gatts_db_cfg_t. More... | |
uint16_t | first |
The attribute handle that indicates the first position in st_ble_gatts_db_attr_cfg_t for the defined UUID is specified. More... | |
uint16_t | last |
The attribute handle that indicates the last position in st_ble_gatts_db_attr_cfg_t for the defined UUID is specified. More... | |
A structure that defines the information on the position where UUIDs are used.
uint16_t st_ble_gatts_db_uuid_cfg_t::offset |
The position of the defined UUID is specified by offset value in uuid_table of st_ble_gatts_db_cfg_t.
uint16_t st_ble_gatts_db_uuid_cfg_t::first |
The attribute handle that indicates the first position in st_ble_gatts_db_attr_cfg_t for the defined UUID is specified.
uint16_t st_ble_gatts_db_uuid_cfg_t::last |
The attribute handle that indicates the last position in st_ble_gatts_db_attr_cfg_t for the defined UUID is specified.