Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/bluetooth/
Dhci_core.h152 extern struct hci_proto *hci_proto[];
356 struct hci_proto { struct
374 register struct hci_proto *hp; in hci_proto_connect_ind() argument
377 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 …]
/linux-2.4.37.9/net/bluetooth/
Dhci_core.c74 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()
[all …]
Dsco.c969 static struct hci_proto sco_hci_proto = {
Dl2cap.c2167 static struct hci_proto l2cap_hci_proto = {