Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_conn.c158 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) { in hci_conn_cleanup()
951 case SCO_LINK: in __hci_conn_add()
1028 case SCO_LINK: in __hci_conn_add()
1064 if (conn->type != SCO_LINK && conn->type != ESCO_LINK) { in __hci_conn_add()
1106 case SCO_LINK: in hci_conn_cleanup_child()
2861 case SCO_LINK: in hci_conn_get_phy()
3063 case SCO_LINK: in hci_conn_tx_queue()
H A Dsco.c328 type = SCO_LINK; in sco_connect()
1434 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_connect_cfm()
1453 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_disconn_cfm()
H A Dhci_core.c3400 case SCO_LINK: in hci_quote_sent()
3709 hci_sched_sco(hdev, SCO_LINK); in hci_sched_acl_pkt()
3765 hci_sched_sco(hdev, SCO_LINK); in hci_sched_le()
3815 hci_sched_sco(hdev, SCO_LINK); in hci_tx_work()
H A Dhci_event.c3129 if (ev->link_type != SCO_LINK) in hci_conn_complete_evt()
3137 conn->type = SCO_LINK; in hci_conn_complete_evt()
3217 } else if (ev->link_type == SCO_LINK) { in hci_conn_complete_evt()
4507 case SCO_LINK: in hci_num_comp_pkts_evt()
4983 case SCO_LINK: in hci_sync_conn_complete_evt()
H A Dhci_sync.c5665 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) in hci_reject_conn_sync()
H A Dmgmt.c3367 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
/linux/include/net/bluetooth/
H A Dhci_core.h1025 case SCO_LINK: in hci_conn_hash_add()
1057 case SCO_LINK: in hci_conn_hash_del()
1081 case SCO_LINK: in hci_conn_num()
2087 case SCO_LINK: in hci_proto_connect_ind()
H A Dhci.h560 #define SCO_LINK 0x00 macro
/linux/drivers/bluetooth/
H A Dbtusb.c1354 case SCO_LINK: in btusb_validate_sco_handle()
2214 hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame()
2241 if (hci_conn_num(hdev, SCO_LINK) != data->sco_num) { in btusb_notify()
2242 data->sco_num = hci_conn_num(hdev, SCO_LINK); in btusb_notify()
2691 hci_conn_num(hdev, SCO_LINK) < 1) in btusb_send_frame_intel()