changed low freq. clock source to IRC

Dependents:   BLE_ANCS_SDAPI_IRC

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_l2cap_header_t Struct Reference

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 54 of file ble_l2cap.h.


Field Documentation

uint16_t cid

Channel ID on which packet is transmitted.

Definition at line 57 of file ble_l2cap.h.

uint16_t len

Length of valid info in data member.

Definition at line 56 of file ble_l2cap.h.