| 
    Zephyr Project API
    3.3.0
    
   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 | 
| 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)] |