Lines Matching refs:hci_proto
74 struct hci_proto *hci_proto[HCI_MAX_PROTO]; variable
918 int hci_register_proto(struct hci_proto *hp) in hci_register_proto()
929 if (!hci_proto[hp->id]) in hci_register_proto()
930 hci_proto[hp->id] = hp; in hci_register_proto()
939 int hci_unregister_proto(struct hci_proto *hp) in hci_unregister_proto()
950 if (hci_proto[hp->id]) in hci_unregister_proto()
951 hci_proto[hp->id] = NULL; in hci_unregister_proto()
1267 register struct hci_proto *hp; in hci_acldata_packet()
1270 if ((hp = hci_proto[HCI_PROTO_L2CAP]) && hp->recv_acldata) { in hci_acldata_packet()
1302 register struct hci_proto *hp; in hci_scodata_packet()
1305 if ((hp = hci_proto[HCI_PROTO_SCO]) && hp->recv_scodata) { in hci_scodata_packet()