Home
last modified time | relevance | path

Searched refs:HCI_PROTO_SCO (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/net/bluetooth/
Dhci_core.h36 #define HCI_PROTO_SCO 1 macro
381 hp = hci_proto[HCI_PROTO_SCO]; in hci_proto_connect_ind()
396 hp = hci_proto[HCI_PROTO_SCO]; in hci_proto_connect_cfm()
409 hp = hci_proto[HCI_PROTO_SCO]; in hci_proto_disconn_ind()
422 hp = hci_proto[HCI_PROTO_SCO]; in hci_proto_auth_cfm()
435 hp = hci_proto[HCI_PROTO_SCO]; in hci_proto_encrypt_cfm()
/linux-2.4.37.9/net/bluetooth/
Dsco.c971 id: HCI_PROTO_SCO,
Dhci_core.c1305 if ((hp = hci_proto[HCI_PROTO_SCO]) && hp->recv_scodata) { in hci_scodata_packet()