Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nrf51-sdk by
ble_l2cap_evt_t Struct Reference
[Structures]
L2CAP event callback event structure. More...
#include <ble_l2cap.h>
Data Fields | |
uint16_t | conn_handle |
Connection Handle on which event occured. | |
union { | |
ble_l2cap_evt_rx_t rx | |
RX Event parameters. | |
} | params |
Event Parameters. |
Detailed Description
L2CAP event callback event structure.
Definition at line 108 of file ble_l2cap.h.
Field Documentation
uint16_t conn_handle |
Connection Handle on which event occured.
Definition at line 110 of file ble_l2cap.h.
union { ... } params |
Event Parameters.
RX Event parameters.
Definition at line 113 of file ble_l2cap.h.
Generated on Tue Jul 12 2022 14:11:24 by
