Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
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()
2763 case SCO_LINK: in hci_conn_get_phy()
H A Dsco.c268 type = SCO_LINK; in sco_connect()
1358 return hcon->type == SCO_LINK || hcon->type == ESCO_LINK; in sco_match()
H A Dhci_core.c3314 case SCO_LINK: in hci_quote_sent()
3543 if (!hci_conn_num(hdev, SCO_LINK)) in hci_sched_sco()
3546 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()
4439 case SCO_LINK: in hci_num_comp_pkts_evt()
4919 case SCO_LINK: in hci_sync_conn_complete_evt()
H A Dhci_sync.c5553 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) in hci_reject_conn_sync()
H A Dmgmt.c3206 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h982 case SCO_LINK: in hci_conn_hash_add()
1008 case SCO_LINK: in hci_conn_hash_del()
1026 case SCO_LINK: in hci_conn_num()
1924 case SCO_LINK: in hci_proto_connect_ind()
H A Dhci.h516 #define SCO_LINK 0x00 macro
/openbmc/linux/drivers/bluetooth/
H A Dbtusb.c1268 case SCO_LINK: in btusb_validate_sco_handle()
2127 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame()
2154 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) { in btusb_notify()
2155 data->sco_num = hci_conn_num(hdev, SCO_LINK); in btusb_notify()
2601 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame_intel()