Home
last modified time | relevance | path

Searched refs:SCO_LINK (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/net/bluetooth/
Dhci_sysfs.c15 case SCO_LINK: in link_typetostr()
Dsco.c231 type = SCO_LINK; in sco_connect()
1112 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_connect_cfm()
1129 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_disconn_cfm()
Dhci_request.c622 } else if (conn->type == SCO_LINK || conn->type == ESCO_LINK) { in __hci_abort_conn()
Dhci_core.c3845 case SCO_LINK: in hci_low_sent()
3951 case SCO_LINK: in hci_chan_sent()
4160 if (!hci_conn_num(hdev, SCO_LINK)) in hci_sched_sco()
4163 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, &quote))) { in hci_sched_sco()
Dhci_conn.c530 case SCO_LINK: in hci_conn_add()
Dhci_event.c2138 if (ev->link_type != SCO_LINK) in hci_conn_complete_evt()
2145 conn->type = SCO_LINK; in hci_conn_complete_evt()
3231 case SCO_LINK: in hci_num_comp_pkts_evt()
Dmgmt.c3277 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
/linux-4.4.14/include/net/bluetooth/
Dhci_core.h680 case SCO_LINK: in hci_conn_hash_add()
706 case SCO_LINK: in hci_conn_hash_del()
723 case SCO_LINK: in hci_conn_num()
1152 case SCO_LINK: in hci_proto_connect_ind()
Dhci.h318 #define SCO_LINK 0x00 macro
/linux-4.4.14/drivers/bluetooth/
Dbtusb.c1286 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame()
1306 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) { in btusb_notify()
1307 data->sco_num = hci_conn_num(hdev, SCO_LINK); in btusb_notify()
1996 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame_intel()