Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dhid_dev.c81 HID_CC_RPT_SET_VOLUME_DOWN(buffer); in hid_consumer_build_report()
Dhid_dev.h219 #define HID_CC_RPT_SET_VOLUME_DOWN(s) (s)[0] &= HID_CC_RPT_VOLUME_BITS; \ macro
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_device_main.c177 #define HID_CC_RPT_SET_VOLUME_DOWN(s) (s)[0] &= HID_CC_RPT_VOLUME_BITS; (s)[0] |= 0x80 macro
240 HID_CC_RPT_SET_VOLUME_DOWN(buffer); in esp_hidd_send_consumer_value()