Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_conn.c2692 struct hci_chan *hci_chan_create(struct hci_conn *conn) in hci_chan_create()
2695 struct hci_chan *chan; in hci_chan_create()
2700 BT_DBG("Refusing to create new hci_chan"); in hci_chan_create()
2717 void hci_chan_del(struct hci_chan *chan) in hci_chan_del()
2728 /* Prevent new hci_chan's to be created for this hci_conn */ in hci_chan_del()
2739 struct hci_chan *chan, *n; in hci_chan_list_flush()
2747 static struct hci_chan *__hci_chan_lookup_handle(struct hci_conn *hcon, in __hci_chan_lookup_handle()
2750 struct hci_chan *hchan; in __hci_chan_lookup_handle()
2760 struct hci_chan *hci_chan_lookup_handle(struct hci_dev *hdev, __u16 handle) in hci_chan_lookup_handle()
2764 struct hci_chan *hcha in hci_chan_lookup_handle()
[all...]
H A Dl2cap_core.c6877 struct hci_chan *hchan; in l2cap_conn_add()
/linux/include/net/bluetooth/
H A Dhci_core.h788 struct hci_chan { struct
1529 struct hci_chan *hci_chan_create(struct hci_conn *conn);
1530 void hci_chan_del(struct hci_chan *chan);
1532 struct hci_chan *hci_chan_lookup_handle(struct hci_dev *hdev, __u16 handle);
2248 void hci_send_acl(struct hci_chan *chan, struct sk_buff *skb, __u16 flags);
789 listhci_chan global() argument
790 handlehci_chan global() argument
791 connhci_chan global() argument
792 data_qhci_chan global() argument
793 senthci_chan global() argument
794 statehci_chan global() argument
H A Dl2cap.h643 struct hci_chan *hchan;