Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/storage/
Ddevice.h190 ClassOfDevice, hci::ClassOfDevice, BTIF_STORAGE_KEY_DEV_CLASS);
209 GENERATE_PROPERTY_GETTER_SETTER_REMOVER(CreationUnixTimestamp, int, BTIF_STORAGE_KEY_DEV_CLASS);
Dconfig_keys.h33 #define BTIF_STORAGE_KEY_DEV_CLASS "DevClass" macro
/packages/modules/Bluetooth/system/btif/src/
Dbtif_storage.cc167 btif_config_set_int(bdstr, BTIF_STORAGE_KEY_DEV_CLASS, *(int*)prop->val); in prop2cfg()
288 ret = btif_config_get_int(bdstr, BTIF_STORAGE_KEY_DEV_CLASS, in cfg2prop()
475 if (btif_config_get_int(name, BTIF_STORAGE_KEY_DEV_CLASS, &cod)) in btif_in_fetch_bonded_devices()
Dbtif_profile_storage.cc430 if (!btif_config_get_int(name, BTIF_STORAGE_KEY_DEV_CLASS, &cod_value) || in btif_storage_get_wake_capable_classic_hid_devices()