Searched refs:BTC_BLE_STORAGE_LE_KEY_LCSRK_STR (Results 1 – 2 of 2) sorted by relevance
42 !btc_config_exist(section, BTC_BLE_STORAGE_LE_KEY_LCSRK_STR) && in _btc_storage_save()116 name = BTC_BLE_STORAGE_LE_KEY_LCSRK_STR; in _btc_storage_add_ble_bonding_key()176 name = BTC_BLE_STORAGE_LE_KEY_LCSRK_STR; in _btc_storage_get_ble_bonding_key()226 if (btc_config_exist(name, BTC_BLE_STORAGE_LE_KEY_LCSRK_STR)) { in _btc_storage_remove_all_ble_keys()227 ret |= btc_config_remove(name, BTC_BLE_STORAGE_LE_KEY_LCSRK_STR); in _btc_storage_remove_all_ble_keys()261 !btc_config_exist(section, BTC_BLE_STORAGE_LE_KEY_LCSRK_STR)) { in btc_storage_remove_unused_sections()566 key_type_str = BTC_BLE_STORAGE_LE_KEY_LCSRK_STR; in _btc_storage_compare_address_key_value()
35 #define BTC_BLE_STORAGE_LE_KEY_LCSRK_STR "LE_KEY_LCSRK" macro