Searched refs:BTIF_STORAGE_SECTION_ADAPTER (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_storage.cc | 148 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()
|
D | btif_core.cc | 192 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/ |
D | security_manager_impl.cc | 88 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/ |
D | config_keys.h | 19 #define BTIF_STORAGE_SECTION_ADAPTER "Adapter" macro
|
D | legacy_config_file_test.cc | 118 config.SetProperty(BTIF_STORAGE_SECTION_ADAPTER, BTIF_STORAGE_KEY_ADDRESS, "01:02:03:ab:cd:ef"); in TEST()
|
D | storage_module.cc | 62 const std::string StorageModule::kAdapterSection = BTIF_STORAGE_SECTION_ADAPTER;
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager.cc | 292 BTIF_STORAGE_SECTION_ADAPTER, BTIF_STORAGE_KEY_LE_LOCAL_KEY_IRK); in SetPrivacyPolicyForInitiatorAddress()
|