Home
last modified time | relevance | path

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

/linux-2.6.39/net/bluetooth/
Dsco.c196 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()
Dhci_sysfs.c22 case SCO_LINK: in link_typetostr()
Dhci_event.c1244 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()
Dhci_conn.c298 case SCO_LINK: in hci_conn_add()
Dhci_core.c1713 case SCO_LINK: in hci_low_sent()
1792 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, &quote))) { in hci_sched_sco()
/linux-2.6.39/include/net/bluetooth/
Dhci_core.h328 case SCO_LINK: in hci_conn_hash_add()
346 case SCO_LINK: in hci_conn_hash_del()
Dhci.h171 #define SCO_LINK 0x00 macro