Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/esp_hid/include/
Desp_hid_common.h211 esp_hid_usage_t esp_hid_usage_from_appearance(uint16_t appearance);
/hal_espressif-3.6.0/components/esp_hid/src/
Desp_hid_common.c421 esp_hid_usage_t esp_hid_usage_from_appearance(uint16_t appearance) in esp_hid_usage_from_appearance() function
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c212 r->usage = esp_hid_usage_from_appearance(appearance); in add_ble_scan_result()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c215 r->usage = esp_hid_usage_from_appearance(appearance); in add_ble_scan_result()