Searched refs:HID_HOST_MODE (Results 1 – 2 of 2) sorted by relevance
25 #define HID_HOST_MODE HIDH_BTDM_MODE macro27 #define HID_HOST_MODE HIDH_BT_MODE macro30 #define HID_HOST_MODE HIDH_BLE_MODE macro32 #define HID_HOST_MODE HIDH_IDLE_MODE macro
129 #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()