Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/storage/
Dconfig_keys.h112 #define BTIF_STORAGE_KEY_REMOTE_SERVICE "Service" macro
Ddevice.h197 ServiceUuids, std::vector<hci::Uuid>, BTIF_STORAGE_KEY_REMOTE_SERVICE);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_profile_storage.cc363 if (btif_config_get_str(device, BTIF_STORAGE_KEY_REMOTE_SERVICE, uuid_str, in btif_device_supports_profile()
495 if (btif_config_get_str(name, BTIF_STORAGE_KEY_REMOTE_SERVICE, uuid_str, in btif_storage_load_bonded_hearing_aids()
783 if (btif_config_get_str(name, BTIF_STORAGE_KEY_REMOTE_SERVICE, uuid_str, in btif_storage_load_bonded_leaudio()
Dbtif_storage.cc178 btif_config_set_str(bdstr, BTIF_STORAGE_KEY_REMOTE_SERVICE, val); in prop2cfg()
299 if (btif_config_get_str(bdstr, BTIF_STORAGE_KEY_REMOTE_SERVICE, value, in cfg2prop()