Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/bluetooth/
Dhci_core.h776 struct hci_chan { struct
777 struct list_head list;
778 __u16 handle;
779 struct hci_conn *conn;
780 struct sk_buff_head data_q;
781 unsigned int sent;
782 __u8 state;
783 bool amp;