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.
Dependencies: BLE_API TB6612FNG mbed
Fork of BLE_RCBController2 by
ble_l2cap_header_t Struct Reference
[Structures]
Packet header format for L2CAP transmission. More...
#include <ble_l2cap.h>
Data Fields | |
uint16_t | len |
Length of valid info in data member. | |
uint16_t | cid |
Channel ID on which packet is transmitted. |
Detailed Description
Packet header format for L2CAP transmission.
Definition at line 61 of file ble_l2cap.h.
Field Documentation
uint16_t cid |
Channel ID on which packet is transmitted.
Definition at line 64 of file ble_l2cap.h.
uint16_t len |
Length of valid info in data member.
Definition at line 63 of file ble_l2cap.h.
Generated on Tue Jul 12 2022 19:13:55 by
