Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/bluetooth/
Dhci_core.h257 extern struct hci_proto *hci_proto[];
535 struct hci_proto { struct
553 register struct hci_proto *hp; in hci_proto_connect_ind() argument
556 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 …]
/linux-2.6.39/net/bluetooth/
Dhci_core.c73 struct hci_proto *hci_proto[HCI_MAX_PROTO]; variable
1445 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 …]
Dsco.c1017 static struct hci_proto sco_hci_proto = {
Dl2cap_core.c4001 static struct hci_proto l2cap_hci_proto = {