Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_conn.c155 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) { in hci_conn_cleanup()
1027 case SCO_LINK: in __hci_conn_add()
1110 case SCO_LINK: in __hci_conn_add()
1148 if (conn->type != SCO_LINK && conn->type != ESCO_LINK) { in __hci_conn_add()
1190 case SCO_LINK: in hci_conn_cleanup_child()
2970 case SCO_LINK: in hci_conn_get_phy()
3145 case SCO_LINK: in hci_conn_set_phy()
3274 case SCO_LINK: in hci_conn_tx_queue()
H A Dsco.c340 type = SCO_LINK; in sco_connect()
1506 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_connect_cfm()
1527 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_disconn_cfm()
H A Dhci_core.c3365 case SCO_LINK: in hci_quote_sent()
3674 hci_sched_sco(hdev, SCO_LINK); in hci_sched_acl_pkt()
3730 hci_sched_sco(hdev, SCO_LINK); in hci_sched_le()
3780 hci_sched_sco(hdev, SCO_LINK); in hci_tx_work()
H A Dhci_event.c3201 if (ev->link_type != SCO_LINK) in hci_conn_complete_evt()
3209 conn->type = SCO_LINK; in hci_conn_complete_evt()
3289 } else if (ev->link_type == SCO_LINK) { in hci_conn_complete_evt()
4570 case SCO_LINK: in hci_num_comp_pkts_evt()
5046 case SCO_LINK: in hci_sync_conn_complete_evt()
H A Dhci_sync.c5938 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) in hci_reject_conn_sync()
H A Dmgmt.c3425 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
/linux/include/net/bluetooth/
H A Dhci.h557 #define SCO_LINK 0x00 macro