Home
last modified time | relevance | path

Searched refs:lmp_esco_capable (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dsco.c245 if (lmp_esco_capable(hdev) && !disable_esco) in sco_connect()
251 (!lmp_transp_capable(hdev) || !lmp_esco_capable(hdev))) in sco_connect()
761 if (!lmp_esco_capable(hdev)) { in sco_conn_defer_accept()
H A Dhci_conn.c305 if (lmp_esco_capable(conn->link)) { in hci_setup_sync()
394 if (lmp_esco_capable(conn->hdev)) in hci_sco_setup()
564 if (lmp_esco_capable(hdev)) in hci_conn_add()
H A Dhci_event.c674 if (lmp_esco_capable(hdev)) in hci_cc_read_local_features()
2755 (!(flags & HCI_PROTO_DEFER) && !lmp_esco_capable(hdev))) { in hci_conn_request_evt()
H A Dhci_core.c377 if (lmp_esco_capable(hdev)) { in hci_setup_event_mask()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h1339 #define lmp_esco_capable(dev) ((dev)->features[0][3] & LMP_ESCO) macro