Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dsco.c268 type = SCO_LINK; in sco_connect()
1357 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_connect_cfm()
1374 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_disconn_cfm()
H A Dhci_conn.c160 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) { in hci_conn_cleanup()
908 case SCO_LINK: in __hci_conn_add()
973 case SCO_LINK: in __hci_conn_add()
1008 if (conn->type != SCO_LINK && conn->type != ESCO_LINK) { in __hci_conn_add()
1051 case SCO_LINK: in hci_conn_cleanup_child()
2742 case SCO_LINK: in hci_conn_get_phy()
H A Dhci_core.c3318 case SCO_LINK: in hci_quote_sent()
3547 if (!hci_conn_num(hdev, SCO_LINK)) in hci_sched_sco()
3550 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, &quote))) { in hci_sched_sco()
H A Dhci_event.c3107 if (ev->link_type != SCO_LINK) in hci_conn_complete_evt()
3115 conn->type = SCO_LINK; in hci_conn_complete_evt()
3207 } else if (ev->link_type == SCO_LINK) { in hci_conn_complete_evt()
4432 case SCO_LINK: in hci_num_comp_pkts_evt()
4912 case SCO_LINK: in hci_sync_conn_complete_evt()
H A Dhci_sync.c5545 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) in hci_reject_conn_sync()
H A Dmgmt.c3197 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h983 case SCO_LINK: in hci_conn_hash_add()
1009 case SCO_LINK: in hci_conn_hash_del()
1027 case SCO_LINK: in hci_conn_num()
1899 case SCO_LINK: in hci_proto_connect_ind()
H A Dhci.h502 #define SCO_LINK 0x00 macro
/openbmc/linux/drivers/bluetooth/
H A Dbtusb.c1228 case SCO_LINK: in btusb_validate_sco_handle()
2087 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame()
2114 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) { in btusb_notify()
2115 data->sco_num = hci_conn_num(hdev, SCO_LINK); in btusb_notify()
2561 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame_intel()