Searched refs:hci_proto (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/bluetooth/
H A Dhci_core.h184 extern struct hci_proto *hci_proto[];
454 struct hci_proto { struct
472 register struct hci_proto *hp;
475 hp = hci_proto[HCI_PROTO_L2CAP];
479 hp = hci_proto[HCI_PROTO_SCO];
488 register struct hci_proto *hp;
490 hp = hci_proto[HCI_PROTO_L2CAP];
494 hp = hci_proto[HCI_PROTO_SCO];
501 register struct hci_proto *h
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/
H A Dhci_core.c72 struct hci_proto *hci_proto[HCI_MAX_PROTO]; variable in typeref:struct:hci_proto
918 int hci_register_proto(struct hci_proto *hp)
929 if (!hci_proto[hp->id])
930 hci_proto[hp->id] = hp;
940 int hci_unregister_proto(struct hci_proto *hp)
951 if (hci_proto[hp->id])
952 hci_proto[hp->id] = NULL;
1301 register struct hci_proto *hp;
1306 if ((hp = hci_proto[HCI_PROTO_L2CA
[all...]
H A Dsco.c941 static struct hci_proto sco_hci_proto = {
H A Dl2cap.c2217 static struct hci_proto l2cap_hci_proto = {

Completed in 95 milliseconds