Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_bt.h77 #define SCO_NUM hci_conn_num(hdev, SCO_LINK)
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dsco.c248 type = SCO_LINK; in sco_connect()
1186 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_connect_cfm()
1203 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_disconn_cfm()
H A Dhci_conn.c125 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) { in hci_conn_cleanup()
563 case SCO_LINK: in hci_conn_add()
595 if (conn->type != SCO_LINK && conn->type != ESCO_LINK) { in hci_conn_add()
1799 case SCO_LINK: in hci_conn_get_phy()
H A Dhci_core.c4303 case SCO_LINK: in hci_low_sent()
4409 case SCO_LINK: in hci_chan_sent()
4515 if (!hci_conn_num(hdev, SCO_LINK)) in hci_sched_sco()
4518 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, &quote))) { in hci_sched_sco()
H A Dhci_event.c2600 if (ev->link_type != SCO_LINK) in hci_conn_complete_evt()
2608 conn->type = SCO_LINK; in hci_conn_complete_evt()
2667 } else if (ev->link_type == SCO_LINK) { in hci_conn_complete_evt()
3803 case SCO_LINK: in hci_num_comp_pkts_evt()
H A Dhci_request.c2713 } else if (conn->type == SCO_LINK || conn->type == ESCO_LINK) { in __hci_abort_conn()
H A Dmgmt.c2684 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h876 case SCO_LINK: in hci_conn_hash_add()
902 case SCO_LINK: in hci_conn_hash_del()
919 case SCO_LINK: in hci_conn_num()
1407 case SCO_LINK: in hci_proto_connect_ind()
H A Dhci.h412 #define SCO_LINK 0x00 macro
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dbtusb.c1594 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame()
1614 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) { in btusb_notify()
1615 data->sco_num = hci_conn_num(hdev, SCO_LINK); in btusb_notify()
2378 if (hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame_intel()