Searched refs:le_resolving_list_set_privacy_mode (Results 1 – 2 of 2) sorted by relevance
1345 …uint8_t le_resolving_list_set_privacy_mode[(MAX_NUM_RESOLVING_LIST_ENTRIES + 7) … member
6776 (void) memset(hci_stack->le_resolving_list_set_privacy_mode, 0xff, in hci_run_general_gap_le()6777 sizeof(hci_stack->le_resolving_list_set_privacy_mode)); in hci_run_general_gap_le()6847 … if ((hci_stack->le_resolving_list_set_privacy_mode[offset] & mask) == 0) continue; in hci_run_general_gap_le()6848 hci_stack->le_resolving_list_set_privacy_mode[offset] &= ~mask; in hci_run_general_gap_le()9955 hci_stack->le_resolving_list_set_privacy_mode[offset] |= mask; in hci_load_le_device_db_entry_into_resolving_list()