Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_profile_storage.cc429 int cod_value; in btif_storage_get_wake_capable_classic_hid_devices() local
430 if (!btif_config_get_int(name, BTIF_STORAGE_KEY_DEV_CLASS, &cod_value) || in btif_storage_get_wake_capable_classic_hid_devices()
431 (cod_value & kHidMask) != kHidMask || in btif_storage_get_wake_capable_classic_hid_devices()
432 (cod_value & kKeyboardMouseMask) == 0) { in btif_storage_get_wake_capable_classic_hid_devices()