Home
last modified time | relevance | path

Searched refs:BTIF_STORAGE_KEY_ADDRESS (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/storage/
Dconfig_keys.h24 #define BTIF_STORAGE_KEY_ADDRESS "Address" macro
Dlegacy_config_file_test.cc118 config.SetProperty(BTIF_STORAGE_SECTION_ADAPTER, BTIF_STORAGE_KEY_ADDRESS, "01:02:03:ab:cd:ef"); in TEST()
Dstorage_module_test.cc198 storage->GetPropertyPublic(StorageModule::kAdapterSection, BTIF_STORAGE_KEY_ADDRESS), in TEST_F()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_core.cc193 BTIF_STORAGE_KEY_ADDRESS, val, &val_size) || in btif_enable_bluetooth_evt()
198 btif_config_set_str(BTIF_STORAGE_SECTION_ADAPTER, BTIF_STORAGE_KEY_ADDRESS, in btif_enable_bluetooth_evt()
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc100 storage_module_->GetProperty(BTIF_STORAGE_SECTION_ADAPTER, BTIF_STORAGE_KEY_ADDRESS); in Init()
103 BTIF_STORAGE_SECTION_ADAPTER, BTIF_STORAGE_KEY_ADDRESS, controllerAddress.ToString()); in Init()