Home
last modified time | relevance | path

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

/linux-6.8/include/net/bluetooth/
Dhci_core.h796 struct hci_chan { struct
797 struct list_head list;
798 __u16 handle;
799 struct hci_conn *conn;
800 struct sk_buff_head data_q;
801 unsigned int sent;
802 __u8 state;
803 bool amp;