Home
last modified time | relevance | path

Searched refs:hci_conn_test_flag (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.c747 if (hdev->suspended && !hci_conn_test_flag(HCI_CONN_FLAG_REMOTE_WAKEUP, in add_to_white_list()
1099 if (!hci_conn_test_flag(HCI_CONN_FLAG_REMOTE_WAKEUP, in hci_req_set_event_filter()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h156 #define hci_conn_test_flag(nr, flags) ((flags) & (1U << nr)) macro