Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_sysfs.c17 case ESCO_LINK: in link_typetostr()
Dsco.c227 type = ESCO_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()
479 case ESCO_LINK: in hci_conn_add()
Dhci_core.c3569 case ESCO_LINK: in hci_low_sent()
3675 case ESCO_LINK: in hci_chan_sent()
3906 if (!hci_conn_num(hdev, ESCO_LINK)) in hci_sched_esco()
3909 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, ESCO_LINK, in hci_sched_esco()
Dhci_event.c2230 conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK, &ev->bdaddr); in hci_conn_complete_evt()
3751 if (ev->link_type == ESCO_LINK) in hci_sync_conn_complete_evt()
3754 conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK, &ev->bdaddr); in hci_sync_conn_complete_evt()
Dmgmt.c3153 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h658 case ESCO_LINK: in hci_conn_hash_add()
684 case ESCO_LINK: in hci_conn_hash_del()
701 case ESCO_LINK: in hci_conn_num()
1072 case ESCO_LINK: in hci_proto_connect_ind()
Dhci.h306 #define ESCO_LINK 0x02 macro