Home
last modified time | relevance | path

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

/linux-4.4.14/net/bluetooth/
Dhci_sysfs.c17 case ESCO_LINK: in link_typetostr()
Dsco.c229 type = ESCO_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.c3846 case ESCO_LINK: in hci_low_sent()
3952 case ESCO_LINK: in hci_chan_sent()
4183 if (!hci_conn_num(hdev, ESCO_LINK)) in hci_sched_esco()
4186 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, ESCO_LINK, in hci_sched_esco()
Dhci_conn.c537 case ESCO_LINK: in hci_conn_add()
Dhci_event.c2141 conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK, &ev->bdaddr); in hci_conn_complete_evt()
3732 if (ev->link_type == ESCO_LINK) in hci_sync_conn_complete_evt()
3744 conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK, &ev->bdaddr); in hci_sync_conn_complete_evt()
Dmgmt.c3277 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
/linux-4.4.14/include/net/bluetooth/
Dhci_core.h681 case ESCO_LINK: in hci_conn_hash_add()
707 case ESCO_LINK: in hci_conn_hash_del()
724 case ESCO_LINK: in hci_conn_num()
1153 case ESCO_LINK: in hci_proto_connect_ind()
Dhci.h320 #define ESCO_LINK 0x02 macro