Searched refs:BTIF_STORAGE_KEY_LE_KEY_PENC (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/gd/storage/ |
D | config_cache_test.cc | 342 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()
|
D | config_keys.h | 83 #define BTIF_STORAGE_KEY_LE_KEY_PENC "LE_KEY_PENC" macro
|
D | le_device.h | 93 PeerEncryptionKeys, std::string, BTIF_STORAGE_KEY_LE_KEY_PENC);
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_storage.cc | 79 {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()
|