Modules#

sl_bt_evt_connection_opened_s

sl_bt_evt_connection_opened#

Indicates that a new connection was opened.

This event does not indicate that the connection was established (i.e., that a data packet was received within 6 connection interval). If the connection does not get established, an sl_bt_evt_connection_closed event may immediately follow. This event also reports whether the connected devices are already bonded and what the role of the Bluetooth device (central or peripheral) is. An open connection can be closed with sl_bt_connection_close command by giving the connection handle obtained from this event.

Macros#

#define

Identifier of the opened event.

Typedef Documentation#

sl_bt_evt_connection_opened_t#

typedef struct sl_bt_evt_connection_opened_s sl_bt_evt_connection_opened_t

Definition at line 6434 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_connection_opened_id#

#define sl_bt_evt_connection_opened_id
Value:
0x000600a0

Identifier of the opened event.


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