Searched refs:ESCO_LINK (Results 1 – 8 of 8) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_conn.c | 155 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) { in hci_conn_cleanup() 245 err = hdev->get_codec_config_data(hdev, ESCO_LINK, codec, &vnd_len, in configure_datapath_sync() 1028 case ESCO_LINK: in __hci_conn_add() 1119 case ESCO_LINK: in __hci_conn_add() 1148 if (conn->type != SCO_LINK && conn->type != ESCO_LINK) { in __hci_conn_add() 1191 case ESCO_LINK: in hci_conn_cleanup_child() 3016 case ESCO_LINK: in hci_conn_get_phy() 3146 case ESCO_LINK: in hci_conn_set_phy() 3275 case ESCO_LINK: in hci_conn_tx_queue()
|
| H A D | sco.c | 338 type = ESCO_LINK; in sco_connect() 1506 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_connect_cfm() 1527 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_disconn_cfm()
|
| H A D | hci_core.c | 3366 case ESCO_LINK: in hci_quote_sent() 3675 hci_sched_sco(hdev, ESCO_LINK); in hci_sched_acl_pkt() 3731 hci_sched_sco(hdev, ESCO_LINK); in hci_sched_le() 3781 hci_sched_sco(hdev, ESCO_LINK); in hci_tx_work()
|
| H A D | hci_event.c | 3204 conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK, in hci_conn_complete_evt() 4571 case ESCO_LINK: in hci_num_comp_pkts_evt() 5047 case ESCO_LINK: in hci_sync_conn_complete_evt() 5065 if (ev->link_type == ESCO_LINK) in hci_sync_conn_complete_evt() 5077 conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK, &ev->bdaddr); in hci_sync_conn_complete_evt()
|
| H A D | hci_sync.c | 5938 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) in hci_reject_conn_sync()
|
| H A D | mgmt.c | 3425 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 559 #define ESCO_LINK 0x02 macro
|
| /linux/drivers/bluetooth/ |
| H A D | btintel.c | 2468 if (link != ESCO_LINK) { in btintel_get_codec_config_data()
|