Searched refs:cod_value (Results 1 – 1 of 1) sorted by relevance
429 int cod_value; in btif_storage_get_wake_capable_classic_hid_devices() local430 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()