Searched refs:hci_conn_test_flag (Results 1 – 2 of 2) sorted by relevance
747 if (hdev->suspended && !hci_conn_test_flag(HCI_CONN_FLAG_REMOTE_WAKEUP, in add_to_white_list()1095 if (!hci_conn_test_flag(HCI_CONN_FLAG_REMOTE_WAKEUP, in hci_req_set_event_filter()
152 #define hci_conn_test_flag(nr, flags) ((flags) & (1U << nr)) macro