Home
last modified time | relevance | path

Searched refs:NG_HCI_LINK_SCO (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/netgraph/bluetooth/hci/
HDng_hci_ulpi.c376 if (sco_con->link_type == NG_HCI_LINK_SCO && in ng_hci_lp_sco_con_req()
408 sco_con = ng_hci_new_con(unit, NG_HCI_LINK_SCO); in ng_hci_lp_sco_con_req()
HDng_hci_main.c953 if (con->link_type != NG_HCI_LINK_SCO) { in ng_hci_sco_rcvdata()
HDng_hci_evnt.c236 count = send_data_packets(unit, NG_HCI_LINK_SCO, count); in ng_hci_send_data()
/trueos/sys/netgraph/bluetooth/socket/
HDng_btsocket_sco.c623 ep->link_type = NG_HCI_LINK_SCO; in ng_btsocket_sco_send_lp_con_req()
652 ep->link_type = NG_HCI_LINK_SCO; in ng_btsocket_sco_send_lp_con_rsp()
/trueos/sys/netgraph/bluetooth/include/
HDng_hci.h116 #define NG_HCI_LINK_SCO 0x00 /* Voice */ macro