Home
last modified time | relevance | path

Searched refs:HCI_PROTO_DEFER (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dsco.c1175 *flags |= HCI_PROTO_DEFER; in sco_connect_ind()
H A Dhci_event.c2755 (!(flags & HCI_PROTO_DEFER) && !lmp_esco_capable(hdev))) { in hci_conn_request_evt()
2767 } else if (!(flags & HCI_PROTO_DEFER)) { in hci_conn_request_evt()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h1398 #define HCI_PROTO_DEFER 0x01 macro