Zephyr API 3.6.99
|
L2CAP Channel structure. More...
#include <l2cap.h>
Data Fields | |
struct bt_conn * | conn |
Channel connection reference. | |
const struct bt_l2cap_chan_ops * | ops |
Channel operations reference. | |
sys_snode_t | node |
bt_l2cap_chan_destroy_t | destroy |
atomic_t | status [ATOMIC_BITMAP_SIZE(BT_L2CAP_NUM_STATUS)] |
L2CAP Channel structure.
struct bt_conn* bt_l2cap_chan::conn |
Channel connection reference.
bt_l2cap_chan_destroy_t bt_l2cap_chan::destroy |
sys_snode_t bt_l2cap_chan::node |
const struct bt_l2cap_chan_ops* bt_l2cap_chan::ops |
Channel operations reference.
atomic_t bt_l2cap_chan::status[ATOMIC_BITMAP_SIZE(BT_L2CAP_NUM_STATUS)] |