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.h665 struct hci_chan { struct
666 struct list_head list;
667 __u16 handle;
668 struct hci_conn *conn;
669 struct sk_buff_head data_q;
670 unsigned int sent;
671 __u8 state;
672 bool amp;