Searched refs:SCO_LINK (Results 1 – 7 of 7) sorted by relevance
155 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()
340 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()
3365 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()
3201 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()
5938 if (conn->type == SCO_LINK || conn->type == ESCO_LINK) in hci_reject_conn_sync()
3425 if (c->type == SCO_LINK || c->type == ESCO_LINK) in get_connections()
557 #define SCO_LINK 0x00 macro