|
Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
L2CAP Channel structure. More...
#include <l2cap.h>
Data Fields | |
| struct bt_conn * | conn |
| const struct bt_l2cap_chan_ops * | ops |
| sys_snode_t | node |
| bt_l2cap_chan_destroy_t | destroy |
| struct k_work_delayable | rtx_work |
| struct k_work_sync | rtx_sync |
| 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
| struct k_work_sync bt_l2cap_chan::rtx_sync |
| struct k_work_delayable bt_l2cap_chan::rtx_work |
| atomic_t bt_l2cap_chan::status[ATOMIC_BITMAP_SIZE( BT_L2CAP_NUM_STATUS)] |