Home
last modified time | relevance | path

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

/linux-6.15/net/bluetooth/
H A Dhci_conn.c160 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) { in hci_conn_cleanup()
924 case SCO_LINK: in __hci_conn_add()
990 case SCO_LINK: in __hci_conn_add()
1026 if (conn->type != SCO_LINK && conn->type != ESCO_LINK) { in __hci_conn_add()
1069 case SCO_LINK: in hci_conn_cleanup_child()
2758 case SCO_LINK: in hci_conn_get_phy()
2958 case SCO_LINK: in hci_conn_tx_queue()
H A Dsco.c328 type = SCO_LINK; in sco_connect()
1427 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_connect_cfm()
1446 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_disconn_cfm()
H A Dhci_core.c3341 case SCO_LINK: in hci_quote_sent()
3636 hci_sched_sco(hdev, SCO_LINK); in hci_sched_acl_pkt()
3692 hci_sched_sco(hdev, SCO_LINK); in hci_sched_le()
3738 hci_sched_sco(hdev, SCO_LINK); in hci_tx_work()
H A Dhci_event.c3146 if (ev->link_type != SCO_LINK) in hci_conn_complete_evt()
3154 conn->type = SCO_LINK; in hci_conn_complete_evt()
3234 } else if (ev->link_type == SCO_LINK) { in hci_conn_complete_evt()
4462 case SCO_LINK: in hci_num_comp_pkts_evt()
4944 case SCO_LINK: in hci_sync_conn_complete_evt()
H A Dhci_sync.c5560 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) in hci_reject_conn_sync()
H A Dmgmt.c3277 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
/linux-6.15/include/net/bluetooth/
H A Dhci_core.h995 case SCO_LINK: in hci_conn_hash_add()
1021 case SCO_LINK: in hci_conn_hash_del()
1039 case SCO_LINK: in hci_conn_num()
2011 case SCO_LINK: in hci_proto_connect_ind()
H A Dhci.h555 #define SCO_LINK 0x00 macro
/linux-6.15/drivers/bluetooth/
H A Dbtusb.c1319 case SCO_LINK: in btusb_validate_sco_handle()
2179 hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame()
2206 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) { in btusb_notify()
2207 data->sco_num = hci_conn_num(hdev, SCO_LINK); in btusb_notify()
2656 hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame_intel()