Searched refs:BTIF_STORAGE_KEY_REMOTE_SERVICE (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/gd/storage/ |
D | config_keys.h | 112 #define BTIF_STORAGE_KEY_REMOTE_SERVICE "Service" macro
|
D | device.h | 197 ServiceUuids, std::vector<hci::Uuid>, BTIF_STORAGE_KEY_REMOTE_SERVICE);
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_profile_storage.cc | 363 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()
|
D | btif_storage.cc | 178 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()
|