Home
last modified time | relevance | path

Searched defs:bt_l2cap_br_chan (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dl2cap.h283 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;
[all …]