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

This structure notifies that the GATT Database has been accessed from a GATT Client. More...

Data Fields

st_ble_gatts_db_conn_hdl_tp_handle
 Information about the service or the characteristic that the attribute belongs to. More...
 
st_ble_gatts_db_params_tp_params
 Attribute value to be set to or acquired from the GATT Database and the access type from the GATT Client. More...
 

Detailed Description

This structure notifies that the GATT Database has been accessed from a GATT Client.

Field Documentation

◆ p_handle

st_ble_gatts_db_conn_hdl_t* st_ble_gatts_db_access_evt_t::p_handle

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

◆ p_params

st_ble_gatts_db_params_t* st_ble_gatts_db_access_evt_t::p_params

Attribute value to be set to or acquired from the GATT Database and the access type from the GATT Client.