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.
Modules#
Typedefs#
typedef struct sl_bt_evt_connection_opened_s
Macros#
#define
sl_bt_evt_connection_opened_id 0x000600a0
Identifier of the opened event.