Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_sysfs.c15 case SCO_LINK: in link_typetostr()
Dsco.c229 type = SCO_LINK; in sco_connect()
1091 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_connect_cfm()
1108 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_disconn_cfm()
Dhci_conn.c345 } else if (conn->type == SCO_LINK || conn->type == ESCO_LINK) { in hci_conn_timeout()
472 case SCO_LINK: in hci_conn_add()
Dhci_core.c3568 case SCO_LINK: in hci_low_sent()
3674 case SCO_LINK: in hci_chan_sent()
3883 if (!hci_conn_num(hdev, SCO_LINK)) in hci_sched_sco()
3886 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, &quote))) { in hci_sched_sco()
Dhci_event.c2227 if (ev->link_type != SCO_LINK) in hci_conn_complete_evt()
2234 conn->type = SCO_LINK; in hci_conn_complete_evt()
3250 case SCO_LINK: in hci_num_comp_pkts_evt()
3758 conn->type = SCO_LINK; in hci_sync_conn_complete_evt()
Dmgmt.c1533 else if (conn->type == SCO_LINK) in clean_up_hci_state()
3153 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h657 case SCO_LINK: in hci_conn_hash_add()
683 case SCO_LINK: in hci_conn_hash_del()
700 case SCO_LINK: in hci_conn_num()
1071 case SCO_LINK: in hci_proto_connect_ind()
Dhci.h304 #define SCO_LINK 0x00 macro
/linux-4.1.27/drivers/bluetooth/
Dbtusb.c1182 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame()
1202 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) { in btusb_notify()
1203 data->sco_num = hci_conn_num(hdev, SCO_LINK); in btusb_notify()
2280 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame_intel()