Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_l2cap_chan Struct Reference

L2CAP Channel structure. More...

#include <l2cap.h>

Data Fields

struct bt_conn * conn
 Channel connection reference.
 
const struct bt_l2cap_chan_opsops
 Channel operations reference.
 
sys_snode_t node
 
bt_l2cap_chan_destroy_t destroy
 
atomic_t status [ATOMIC_BITMAP_SIZE(BT_L2CAP_NUM_STATUS)]
 

Detailed Description

L2CAP Channel structure.

Field Documentation

◆ conn

struct bt_conn* bt_l2cap_chan::conn

Channel connection reference.

◆ destroy

bt_l2cap_chan_destroy_t bt_l2cap_chan::destroy

◆ node

sys_snode_t bt_l2cap_chan::node

◆ ops

const struct bt_l2cap_chan_ops* bt_l2cap_chan::ops

Channel operations reference.

◆ status


The documentation for this struct was generated from the following file: