![]() |
Bluetooth LE Profile API document
Bluetooth LE Profile API document Rev.1.00 [May 22, 2020]
|
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... | |
Attribute value to be set to or acquired from the GATT Database and the access type from the GATT Client.
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.
uint16_t st_ble_gatts_db_params_t::attr_hdl |
Attribute handle identifying the attribute to be set or acquired.
uint8_t st_ble_gatts_db_params_t::db_op |
Type of the access to GATT Database from the GATT Client.