Home
last modified time | relevance | path

Searched refs:BTIF_STORAGE_SECTION_ADAPTER (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_storage.cc148 btif_config_set_str(BTIF_STORAGE_SECTION_ADAPTER, BTIF_STORAGE_KEY_NAME, in prop2cfg()
159 btif_config_set_int(BTIF_STORAGE_SECTION_ADAPTER, in prop2cfg()
163 btif_config_set_int(BTIF_STORAGE_SECTION_ADAPTER, in prop2cfg()
252 btif_config_get_str(BTIF_STORAGE_SECTION_ADAPTER, in cfg2prop()
276 ret = btif_config_get_int(BTIF_STORAGE_SECTION_ADAPTER, in cfg2prop()
283 btif_config_get_int(BTIF_STORAGE_SECTION_ADAPTER, in cfg2prop()
1227 bool ret = btif_config_set_bin(BTIF_STORAGE_SECTION_ADAPTER, key.name, in btif_storage_add_ble_local_key()
1247 bool ret = btif_config_get_bin(BTIF_STORAGE_SECTION_ADAPTER, key.name, in btif_storage_get_ble_local_key()
Dbtif_core.cc192 if (!btif_config_get_str(BTIF_STORAGE_SECTION_ADAPTER, 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.cc88 storage_module_->GetBin(BTIF_STORAGE_SECTION_ADAPTER, BTIF_STORAGE_KEY_LE_LOCAL_KEY_IRK); in Init()
93 BTIF_STORAGE_SECTION_ADAPTER, BTIF_STORAGE_KEY_LE_LOCAL_KEY_IRK, new_irk); in Init()
95 storage_module_->GetBin(BTIF_STORAGE_SECTION_ADAPTER, BTIF_STORAGE_KEY_LE_LOCAL_KEY_IRK); in Init()
100 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()
109 storage_module_->GetBin(BTIF_STORAGE_SECTION_ADAPTER, BTIF_STORAGE_KEY_LE_LOCAL_KEY_IRK); in Init()
/packages/modules/Bluetooth/system/gd/storage/
Dconfig_keys.h19 #define BTIF_STORAGE_SECTION_ADAPTER "Adapter" 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.cc62 const std::string StorageModule::kAdapterSection = BTIF_STORAGE_SECTION_ADAPTER;
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager.cc292 BTIF_STORAGE_SECTION_ADAPTER, BTIF_STORAGE_KEY_LE_LOCAL_KEY_IRK); in SetPrivacyPolicyForInitiatorAddress()