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

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

Detailed Description

A structure that defines the information on the position where UUIDs are used.

Field Documentation

◆ offset

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.

◆ first

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.

◆ last

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.