Lines Matching defs:bt_l2cap_br_chan
283 struct bt_l2cap_br_chan { struct
285 struct bt_l2cap_chan chan;
287 struct bt_l2cap_br_endpoint rx;
289 struct bt_l2cap_br_endpoint tx;
291 atomic_t flags[1];
293 bt_l2cap_chan_state_t state;
295 uint16_t psm;
297 uint8_t ident;
298 bt_security_t required_sec_level;
301 struct k_work_delayable rtx_work;
302 struct k_work_sync rtx_sync;
305 sys_snode_t _pdu_ready;
307 atomic_t _pdu_ready_lock;
309 struct k_fifo _pdu_tx_queue;