Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/bluetooth/
Dhci_core.h790 struct hci_chan { struct
791 struct list_head list;
792 __u16 handle;
793 struct hci_conn *conn;
794 struct sk_buff_head data_q;
795 unsigned int sent;
796 __u8 state;
797 bool amp;