Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.h25 #define HID_HOST_MODE HIDH_BTDM_MODE macro
27 #define HID_HOST_MODE HIDH_BT_MODE macro
30 #define HID_HOST_MODE HIDH_BLE_MODE macro
32 #define HID_HOST_MODE HIDH_IDLE_MODE macro
Desp_hid_host_main.c129 #if HID_HOST_MODE == HIDH_IDLE_MODE in app_main()
139 ESP_LOGI(TAG, "setting hid gap, mode:%d", HID_HOST_MODE); in app_main()
140 ESP_ERROR_CHECK( esp_hid_gap_init(HID_HOST_MODE) ); in app_main()