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

Information about the service or the characteristic that the attribute belongs to. More...

Data Fields

uint16_t conn_hdl
 Connection handle identifying the GATT Client that accesses to the GATT DataBase. More...
 
uint8_t service_id
 ID of the service that the attribute belongs to. More...
 
uint8_t char_id
 ID of the Characteristic that the attribute belongs to. More...
 

Detailed Description

Information about the service or the characteristic that the attribute belongs to.

Field Documentation

◆ conn_hdl

uint16_t st_ble_gatts_db_conn_hdl_t::conn_hdl

Connection handle identifying the GATT Client that accesses to the GATT DataBase.

◆ service_id

uint8_t st_ble_gatts_db_conn_hdl_t::service_id

ID of the service that the attribute belongs to.

◆ char_id

uint8_t st_ble_gatts_db_conn_hdl_t::char_id

ID of the Characteristic that the attribute belongs to.