Searched refs:SCO_LINK (Results 1 – 7 of 7) sorted by relevance
196 type = SCO_LINK; in sco_connect()888 if (type != SCO_LINK && type != ESCO_LINK) in sco_connect_ind()914 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_connect_cfm()933 if (hcon->type != SCO_LINK && hcon->type != ESCO_LINK) in sco_disconn_cfm()
22 case SCO_LINK: in link_typetostr()
1244 if (ev->link_type != SCO_LINK) in hci_conn_complete_evt()1251 conn->type = SCO_LINK; in hci_conn_complete_evt()2237 conn->type = SCO_LINK; in hci_sync_conn_complete_evt()
298 case SCO_LINK: in hci_conn_add()
1713 case SCO_LINK: in hci_low_sent()1792 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, "e))) { in hci_sched_sco()
328 case SCO_LINK: in hci_conn_hash_add()346 case SCO_LINK: in hci_conn_hash_del()
171 #define SCO_LINK 0x00 macro