Searched refs:key_found (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_ble_storage.c | 870 const uint8_t addr_type, const bool add_key, bool *device_added, bool *key_found) in _btc_read_le_key() argument 873 assert(key_found); in _btc_read_le_key() 902 *key_found = true; in _btc_read_le_key() 912 bool key_found = false; in _btc_storage_in_fetch_bonded_ble_device() local 928 bd_addr, addr_type, add, &device_added, &key_found); in _btc_storage_in_fetch_bonded_ble_device() 931 bd_addr, addr_type, add, &device_added, &key_found); in _btc_storage_in_fetch_bonded_ble_device() 934 bd_addr, addr_type, add, &device_added, &key_found); in _btc_storage_in_fetch_bonded_ble_device() 937 bd_addr, addr_type, add, &device_added, &key_found); in _btc_storage_in_fetch_bonded_ble_device() 940 bd_addr, addr_type, add, &device_added, &key_found); in _btc_storage_in_fetch_bonded_ble_device() 943 bd_addr, addr_type, add, &device_added, &key_found); in _btc_storage_in_fetch_bonded_ble_device() [all …]
|