Searched refs:key_found (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/ |
D | btc_ble_storage.c | 726 const uint8_t addr_type, const bool add_key, bool *device_added, bool *key_found) in _btc_read_le_key() argument 729 assert(key_found); in _btc_read_le_key() 758 *key_found = true; in _btc_read_le_key() 768 bool key_found = false; in _btc_storage_in_fetch_bonded_ble_device() local 784 bd_addr, addr_type, add, &device_added, &key_found); in _btc_storage_in_fetch_bonded_ble_device() 787 bd_addr, addr_type, add, &device_added, &key_found); in _btc_storage_in_fetch_bonded_ble_device() 790 bd_addr, addr_type, add, &device_added, &key_found); in _btc_storage_in_fetch_bonded_ble_device() 793 bd_addr, addr_type, add, &device_added, &key_found); in _btc_storage_in_fetch_bonded_ble_device() 796 bd_addr, addr_type, add, &device_added, &key_found); in _btc_storage_in_fetch_bonded_ble_device() 799 bd_addr, addr_type, add, &device_added, &key_found); in _btc_storage_in_fetch_bonded_ble_device() [all …]
|