Searched refs:hci_proto (Results 1 – 4 of 4) sorted by relevance
152 extern struct hci_proto *hci_proto[];356 struct hci_proto { struct374 register struct hci_proto *hp; in hci_proto_connect_ind() argument377 hp = hci_proto[HCI_PROTO_L2CAP]; in hci_proto_connect_ind()381 hp = hci_proto[HCI_PROTO_SCO]; in hci_proto_connect_ind()390 register struct hci_proto *hp; in hci_proto_connect_cfm()392 hp = hci_proto[HCI_PROTO_L2CAP]; in hci_proto_connect_cfm()396 hp = hci_proto[HCI_PROTO_SCO]; in hci_proto_connect_cfm()403 register struct hci_proto *hp; in hci_proto_disconn_ind()405 hp = hci_proto[HCI_PROTO_L2CAP]; in hci_proto_disconn_ind()[all …]
74 struct hci_proto *hci_proto[HCI_MAX_PROTO]; variable918 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()[all …]
969 static struct hci_proto sco_hci_proto = {
2167 static struct hci_proto l2cap_hci_proto = {