SG RFID nRF51822 fork

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_l2cap_evt_t Struct Reference

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.
ble_l2cap_evt_rx_t rx
 RX Event parameters.

Detailed Description

L2CAP event callback event structure.

Definition at line 83 of file ble_l2cap.h.


Field Documentation

uint16_t conn_handle

Connection Handle on which event occured.

Definition at line 85 of file ble_l2cap.h.

RX Event parameters.

Definition at line 88 of file ble_l2cap.h.