Modules#

sl_bt_evt_gatt_server_user_read_request_s

sl_bt_evt_gatt_server_user_read_request#

Indicates that a remote GATT client is attempting to read a value of an attribute from the local GATT database, where the attribute was defined in the GATT database XML file to have the type="user".

The parameter att_opcode informs which GATT procedure was used to read the value. The application needs to respond to this request by using the sl_bt_gatt_server_send_user_read_response command within 30 seconds, otherwise further GATT transactions are not allowed by the remote side.

Macros#

#define

Identifier of the user_read_request event.

Typedef Documentation#

sl_bt_evt_gatt_server_user_read_request_t#

typedef struct sl_bt_evt_gatt_server_user_read_request_s sl_bt_evt_gatt_server_user_read_request_t

Definition at line 9219 of file /mnt/raid/workspaces/ws.vHmYkJajL/overlay/gsdk/protocol/bluetooth/build_debug/bt_api/sw/bgapi/inc/sl_bt_api.h

Macro Definition Documentation#

sl_bt_evt_gatt_server_user_read_request_id#

#define sl_bt_evt_gatt_server_user_read_request_id
Value:
0x010a00a0

Identifier of the user_read_request event.


Definition at line 9202 of file /mnt/raid/workspaces/ws.vHmYkJajL/overlay/gsdk/protocol/bluetooth/build_debug/bt_api/sw/bgapi/inc/sl_bt_api.h