Searched defs:bt_l2cap_le_chan (Results 1 – 1 of 1) sorted by relevance
202 struct bt_l2cap_le_chan { struct204 struct bt_l2cap_chan chan;217 struct bt_l2cap_le_endpoint rx;220 uint16_t pending_rx_mtu;229 struct bt_l2cap_le_endpoint tx;231 struct k_fifo tx_queue;234 struct net_buf *_sdu;235 uint16_t _sdu_len;237 uint16_t _sdu_len_done;240 struct k_work rx_work;[all …]