Searched refs:BTIF_STORAGE_KEY_DEV_CLASS (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/gd/storage/ |
D | device.h | 190 ClassOfDevice, hci::ClassOfDevice, BTIF_STORAGE_KEY_DEV_CLASS); 209 GENERATE_PROPERTY_GETTER_SETTER_REMOVER(CreationUnixTimestamp, int, BTIF_STORAGE_KEY_DEV_CLASS);
|
D | config_keys.h | 33 #define BTIF_STORAGE_KEY_DEV_CLASS "DevClass" macro
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_storage.cc | 167 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()
|
D | btif_profile_storage.cc | 430 if (!btif_config_get_int(name, BTIF_STORAGE_KEY_DEV_CLASS, &cod_value) || in btif_storage_get_wake_capable_classic_hid_devices()
|