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.c262 type = SCO_LINK; in sco_connect()
1351 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_connect_cfm()
1368 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_disconn_cfm()
H A Dhci_conn.c161 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) { in hci_conn_cleanup()
959 case SCO_LINK: in hci_conn_add()
1024 case SCO_LINK: in hci_conn_add()
1059 if (conn->type != SCO_LINK && conn->type != ESCO_LINK) { in hci_conn_add()
1093 case SCO_LINK: in hci_conn_cleanup_child()
2840 case SCO_LINK: in hci_conn_get_phy()
H A Dhci_core.c3347 case SCO_LINK: in hci_quote_sent()
3576 if (!hci_conn_num(hdev, SCO_LINK)) in hci_sched_sco()
3579 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, &quote))) { in hci_sched_sco()
H A Dhci_event.c3118 if (ev->link_type != SCO_LINK) in hci_conn_complete_evt()
3126 conn->type = SCO_LINK; in hci_conn_complete_evt()
3218 } else if (ev->link_type == SCO_LINK) { in hci_conn_complete_evt()
4445 case SCO_LINK: in hci_num_comp_pkts_evt()
4925 case SCO_LINK: in hci_sync_conn_complete_evt()
H A Dhci_sync.c5336 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) in hci_reject_conn_sync()
H A Dmgmt.c3172 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h988 case SCO_LINK: in hci_conn_hash_add()
1014 case SCO_LINK: in hci_conn_hash_del()
1032 case SCO_LINK: in hci_conn_num()
1886 case SCO_LINK: in hci_proto_connect_ind()
H A Dhci.h501 #define SCO_LINK 0x00 macro
/openbmc/linux/drivers/bluetooth/
H A Dbtusb.c1222 case SCO_LINK: in btusb_validate_sco_handle()
2073 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame()
2100 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) { in btusb_notify()
2101 data->sco_num = hci_conn_num(hdev, SCO_LINK); in btusb_notify()
2547 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame_intel()