Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dhid_dev.h206 #define HID_CC_RPT_CHANNEL_BITS 0xCF macro
215 #define HID_CC_RPT_SET_CHANNEL(s, x) (s)[0] &= HID_CC_RPT_CHANNEL_BITS; \
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_device_main.c168 #define HID_CC_RPT_CHANNEL_BITS 0xCF macro
175 #define HID_CC_RPT_SET_CHANNEL(s, x) (s)[0] &= HID_CC_RPT_CHANNEL_BITS; (s)[0] |= ((x) & 0x03)…