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

This structure notifies that a 128-bit UUID Characteristic Descriptor has been discovered. More...

Data Fields

uint16_t desc_hdl
 Attribute Handle of Characteristic Descriptor. More...
 
uint8_t uuid_128 [BLE_GATT_128_BIT_UUID_SIZE]
 Characteristic Descriptor UUID. More...
 

Detailed Description

This structure notifies that a 128-bit UUID Characteristic Descriptor has been discovered.

Field Documentation

◆ desc_hdl

uint16_t st_ble_gattc_char_desc_128_evt_t::desc_hdl

Attribute Handle of Characteristic Descriptor.

◆ uuid_128

uint8_t st_ble_gattc_char_desc_128_evt_t::uuid_128[BLE_GATT_128_BIT_UUID_SIZE]

Characteristic Descriptor UUID.