![]() |
BlueNRG-MS pack for STM32CubeMX
V4.4.0
The BlueNRG-MS pack is an additional software for STM32CubeMX.
|
L2CAP events
Data Structures | |
struct | _evt_l2cap_conn_upd_resp |
struct | _evt_l2cap_procedure_timeout |
struct | _evt_l2cap_conn_upd_req |
Macros | |
#define | EVT_BLUE_L2CAP_CONN_UPD_RESP (0x0800) |
#define | EVT_BLUE_L2CAP_PROCEDURE_TIMEOUT (0x0801) |
#define | EVT_BLUE_L2CAP_CONN_UPD_REQ (0x0802) |
Typedefs | |
typedef __packed struct _evt_l2cap_conn_upd_resp | evt_l2cap_conn_upd_resp |
typedef __packed struct _evt_l2cap_procedure_timeout | evt_l2cap_procedure_timeout |
typedef __packed struct _evt_l2cap_conn_upd_req | evt_l2cap_conn_upd_req |
Detailed Description
Macro Definition Documentation
◆ EVT_BLUE_L2CAP_CONN_UPD_REQ
#define EVT_BLUE_L2CAP_CONN_UPD_REQ (0x0802) |
The event is given by the L2CAP layer when a connection update request is received from the slave. The application has to respond by calling aci_l2cap_connection_parameter_update_response().
◆ EVT_BLUE_L2CAP_CONN_UPD_RESP
#define EVT_BLUE_L2CAP_CONN_UPD_RESP (0x0800) |
This event is generated when the master responds to the L2CAP connection update request packet. For more info see CONNECTION PARAMETER UPDATE RESPONSE and COMMAND REJECT in Bluetooth Core v4.0 spec.
◆ EVT_BLUE_L2CAP_PROCEDURE_TIMEOUT
#define EVT_BLUE_L2CAP_PROCEDURE_TIMEOUT (0x0801) |
This event is generated when the master does not respond to the connection update request within 30 seconds.
Typedef Documentation
◆ evt_l2cap_conn_upd_req
typedef __packed struct _evt_l2cap_conn_upd_req evt_l2cap_conn_upd_req |
◆ evt_l2cap_conn_upd_resp
typedef __packed struct _evt_l2cap_conn_upd_resp evt_l2cap_conn_upd_resp |
◆ evt_l2cap_procedure_timeout
typedef __packed struct _evt_l2cap_procedure_timeout evt_l2cap_procedure_timeout |
Generated on Mon Apr 15 2019 18:10:40 for BlueNRG-MS pack for STM32CubeMX by
