Home
last modified time | relevance | path

Searched refs:BTIF_STORAGE_KEY_LE_KEY_PENC (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache_test.cc342 config.SetProperty("CC:DD:EE:FF:00:11", BTIF_STORAGE_KEY_LE_KEY_PENC, "AABBAABBCCDDEE"); in TEST()
370 config.SetProperty("CC:DD:EE:FF:00:11", BTIF_STORAGE_KEY_LE_KEY_PENC, "AABBAABBCCDDEE"); in TEST()
399 config.SetProperty("CC:DD:EE:FF:00:11", BTIF_STORAGE_KEY_LE_KEY_PENC, "AABBAABBCCDDEE"); in TEST()
Dconfig_keys.h83 #define BTIF_STORAGE_KEY_LE_KEY_PENC "LE_KEY_PENC" macro
Dle_device.h93 PeerEncryptionKeys, std::string, BTIF_STORAGE_KEY_LE_KEY_PENC);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_storage.cc79 {BTM_LE_KEY_PENC, BTIF_STORAGE_KEY_LE_KEY_PENC, sizeof(tBTM_LE_PENC_KEYS)},
1327 return btif_config_exist(bdstr, BTIF_STORAGE_KEY_LE_KEY_PENC); in btif_has_ble_keys()