Searched refs:hci_proto (Results 1 – 4 of 4) sorted by relevance
257 extern struct hci_proto *hci_proto[];535 struct hci_proto { struct553 register struct hci_proto *hp; in hci_proto_connect_ind() argument556 hp = hci_proto[HCI_PROTO_L2CAP]; in hci_proto_connect_ind()560 hp = hci_proto[HCI_PROTO_SCO]; in hci_proto_connect_ind()569 register struct hci_proto *hp; in hci_proto_connect_cfm()571 hp = hci_proto[HCI_PROTO_L2CAP]; in hci_proto_connect_cfm()575 hp = hci_proto[HCI_PROTO_SCO]; in hci_proto_connect_cfm()585 register struct hci_proto *hp; in hci_proto_disconn_ind()588 hp = hci_proto[HCI_PROTO_L2CAP]; in hci_proto_disconn_ind()[all …]
73 struct hci_proto *hci_proto[HCI_MAX_PROTO]; variable1445 int hci_register_proto(struct hci_proto *hp) in hci_register_proto()1456 if (!hci_proto[hp->id]) in hci_register_proto()1457 hci_proto[hp->id] = hp; in hci_register_proto()1467 int hci_unregister_proto(struct hci_proto *hp) in hci_unregister_proto()1478 if (hci_proto[hp->id]) in hci_unregister_proto()1479 hci_proto[hp->id] = NULL; in hci_unregister_proto()1909 register struct hci_proto *hp; in hci_acldata_packet()1914 hp = hci_proto[HCI_PROTO_L2CAP]; in hci_acldata_packet()1947 register struct hci_proto *hp; in hci_scodata_packet()[all …]
1017 static struct hci_proto sco_hci_proto = {
4001 static struct hci_proto l2cap_hci_proto = {