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

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

Data Fields

st_ble_gatt_value_t value
 Attribute value to be set to or acquired from the GATT Database. Note that the address of the value field in the value field is invalid in case of read access. More...
 
uint16_t attr_hdl
 Attribute handle identifying the attribute to be set or acquired. More...
 
uint8_t db_op
 Type of the access to GATT Database from the GATT Client. More...
 

Detailed Description

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

Field Documentation

◆ value

st_ble_gatt_value_t st_ble_gatts_db_params_t::value

Attribute value to be set to or acquired from the GATT Database. Note that the address of the value field in the value field is invalid in case of read access.

◆ attr_hdl

uint16_t st_ble_gatts_db_params_t::attr_hdl

Attribute handle identifying the attribute to be set or acquired.

◆ db_op

uint8_t st_ble_gatts_db_params_t::db_op

Type of the access to GATT Database from the GATT Client.

See also
access_type_to_gatt_database