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

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

Data Fields

st_ble_gatt_hdl_range_t range
 Attribute handle range of the 128-bit UUID service. More...
 
uint8_t uuid_128 [BLE_GATT_128_BIT_UUID_SIZE]
 Service UUID. More...
 

Detailed Description

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

Field Documentation

◆ range

st_ble_gatt_hdl_range_t st_ble_gattc_serv_128_evt_t::range

Attribute handle range of the 128-bit UUID service.

◆ uuid_128

uint8_t st_ble_gattc_serv_128_evt_t::uuid_128[BLE_GATT_128_BIT_UUID_SIZE]

Service UUID.