Data structure of the characteristic_status event.
Public Attribute Documentation#
connection#
uint8_t sl_bt_evt_gatt_server_characteristic_status_s::connection
Connection handle
8771
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
characteristic#
uint16_t sl_bt_evt_gatt_server_characteristic_status_s::characteristic
GATT characteristic handle. This value is normally received from the gatt_characteristic event.
8772
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
status_flags#
uint8_t sl_bt_evt_gatt_server_characteristic_status_s::status_flags
Enum sl_bt_gatt_server_characteristic_status_flag_t. Describes whether Client Characteristic Configuration was changed or if a confirmation was received. Values:
sl_bt_gatt_server_client_config (0x1): Characteristic client configuration has been changed.
sl_bt_gatt_server_confirmation (0x2): Characteristic confirmation has been received.
8775
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
client_config_flags#
uint16_t sl_bt_evt_gatt_server_characteristic_status_s::client_config_flags
Enum sl_bt_gatt_server_client_configuration_t. This field carries the new value of the Client Characteristic Configuration. If the status_flags is 0x2 (confirmation received), the value of this field can be ignored.
8786
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h
client_config#
uint16_t sl_bt_evt_gatt_server_characteristic_status_s::client_config
The handle of client-config descriptor.
8793
of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/sw/bgapi/inc/sl_bt_api.h