Home
last modified time | relevance | path

Searched refs:BTIF_STORAGE_KEY_LEAUDIO_HAS_FLAGS (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_profile_storage.cc892 btif_config_set_int(name, BTIF_STORAGE_KEY_LEAUDIO_HAS_FLAGS, in btif_storage_add_leaudio_has_device()
924 if (!btif_config_get_int(name, BTIF_STORAGE_KEY_LEAUDIO_HAS_FLAGS, &value)) in btif_storage_get_leaudio_has_features()
937 btif_config_set_int(name, BTIF_STORAGE_KEY_LEAUDIO_HAS_FLAGS, features); in btif_storage_set_leaudio_has_features()
948 !btif_config_exist(name, BTIF_STORAGE_KEY_LEAUDIO_HAS_FLAGS)) in btif_storage_load_bonded_leaudio_has_devices()
959 if (btif_config_get_int(name, BTIF_STORAGE_KEY_LEAUDIO_HAS_FLAGS, &value)) in btif_storage_load_bonded_leaudio_has_devices()
974 btif_config_remove(addrstr, BTIF_STORAGE_KEY_LEAUDIO_HAS_FLAGS); in btif_storage_remove_leaudio_has()
/packages/modules/Bluetooth/system/gd/storage/
Dconfig_keys.h93 #define BTIF_STORAGE_KEY_LEAUDIO_HAS_FLAGS "LeAudioHasFlags" macro