Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci_core.h678 struct hci_chan { struct
679 struct list_head list;
680 __u16 handle;
681 struct hci_conn *conn;
682 struct sk_buff_head data_q;
683 unsigned int sent;
684 __u8 state;
685 bool amp;