/hal_espressif-3.6.0/components/esp_hid/src/ |
D | bt_hidh.c | 37 esp_event_loop_handle_t event_loop_handle; member 42 #define is_init() (hidh_local_param.event_loop_handle != NULL) 176 if (hidh_local_param.event_loop_handle) { in free_local_param() 177 esp_event_loop_delete(hidh_local_param.event_loop_handle); in free_local_param() 199 …esp_event_post_to(hidh_local_param.event_loop_handle, ESP_HIDH_EVENTS, ESP_HIDH_OPEN_EVENT, p, eve… in open_failed_cb() 218 … esp_event_post_to(hidh_local_param.event_loop_handle, ESP_HIDH_EVENTS, ESP_HIDH_START_EVENT, &p, in esp_hh_cb() 228 … esp_event_post_to(hidh_local_param.event_loop_handle, ESP_HIDH_EVENTS, ESP_HIDH_STOP_EVENT, &p, in esp_hh_cb() 406 … esp_event_post_to(hidh_local_param.event_loop_handle, ESP_HIDH_EVENTS, ESP_HIDH_OPEN_EVENT, &p, in esp_hh_cb() 441 … esp_event_post_to(hidh_local_param.event_loop_handle, ESP_HIDH_EVENTS, ESP_HIDH_OPEN_EVENT, &p, in esp_hh_cb() 477 … esp_event_post_to(hidh_local_param.event_loop_handle, ESP_HIDH_EVENTS, ESP_HIDH_CLOSE_EVENT, &p, in esp_hh_cb() [all …]
|
D | ble_hidh.c | 58 static esp_event_loop_handle_t event_loop_handle; variable 469 if (event_loop_handle) { in esp_hidh_gattc_event_handler() 474 …esp_event_post_to(event_loop_handle, ESP_HIDH_EVENTS, ESP_HIDH_BATTERY_EVENT, &p, sizeof(esp_hidh_… in esp_hidh_gattc_event_handler() 502 …esp_event_post_to(event_loop_handle, ESP_HIDH_EVENTS, ESP_HIDH_FEATURE_EVENT, p_param, event_data_… in esp_hidh_gattc_event_handler() 510 …esp_event_post_to(event_loop_handle, ESP_HIDH_EVENTS, ESP_HIDH_INPUT_EVENT, p_param, event_data_si… in esp_hidh_gattc_event_handler() 539 if (event_loop_handle) { in esp_hidh_gattc_event_handler() 544 …esp_event_post_to(event_loop_handle, ESP_HIDH_EVENTS, ESP_HIDH_CLOSE_EVENT, &p, sizeof(esp_hidh_ev… in esp_hidh_gattc_event_handler() 650 ret = esp_event_loop_create(&event_task_args, &event_loop_handle); in esp_ble_hidh_init() 662 ret = esp_event_handler_register_with(event_loop_handle, ESP_HIDH_EVENTS, ESP_EVENT_ANY_ID, in esp_ble_hidh_init() 664 …ret |= esp_event_handler_register_with(event_loop_handle, ESP_HIDH_EVENTS, ESP_EVENT_ANY_ID, confi… in esp_ble_hidh_init() [all …]
|
D | bt_hidd.c | 42 esp_event_loop_handle_t event_loop_handle; member 199 if (dev->event_loop_handle != NULL) { in bt_hid_free_config() 200 esp_event_loop_delete(dev->event_loop_handle); in bt_hid_free_config() 201 dev->event_loop_handle = NULL; in bt_hid_free_config() 508 …ret = esp_event_handler_register_with(dev->event_loop_handle, ESP_HIDD_EVENTS, event, callback, de… in esp_bt_hidd_dev_event_handler_register() 531 … ret = esp_event_handler_unregister_with(dev->event_loop_handle, ESP_HIDD_EVENTS, event, callback); in esp_bt_hidd_dev_event_handler_unregister() 559 …esp_event_post_to(s_hidd_param.dev->event_loop_handle, ESP_HIDD_EVENTS, ESP_HIDD_START_EVENT, &cb_… in bt_hidd_cb() 568 …esp_event_post_to(s_hidd_param.dev->event_loop_handle, ESP_HIDD_EVENTS, ESP_HIDD_STOP_EVENT, &cb_p… in bt_hidd_cb() 590 …esp_event_post_to(s_hidd_param.dev->event_loop_handle, ESP_HIDD_EVENTS, ESP_HIDD_START_EVENT, &cb_… in bt_hidd_cb() 617 …esp_event_post_to(s_hidd_param.dev->event_loop_handle, ESP_HIDD_EVENTS, ESP_HIDD_CONNECT_EVENT, &c… in bt_hidd_cb() [all …]
|
D | ble_hidd.c | 141 esp_event_loop_handle_t event_loop_handle; member 473 …esp_event_post_to(dev->event_loop_handle, ESP_HIDD_EVENTS, ESP_HIDD_START_EVENT, NULL, 0, portMAX_… in hid_event_handler() 489 …esp_event_post_to(dev->event_loop_handle, ESP_HIDD_EVENTS, ESP_HIDD_CONNECT_EVENT, &cb_param, size… in hid_event_handler() 500 …esp_event_post_to(dev->event_loop_handle, ESP_HIDD_EVENTS, ESP_HIDD_DISCONNECT_EVENT, &cb_param, s… in hid_event_handler() 520 …esp_event_post_to(dev->event_loop_handle, ESP_HIDD_EVENTS, ESP_HIDD_CONTROL_EVENT, &cb_param, size… in hid_event_handler() 528 …esp_event_post_to(dev->event_loop_handle, ESP_HIDD_EVENTS, ESP_HIDD_PROTOCOL_MODE_EVENT, &cb_param… in hid_event_handler() 561 …esp_event_post_to(dev->event_loop_handle, ESP_HIDD_EVENTS, ESP_HIDD_OUTPUT_EVENT, p_cb_param, even… in hid_event_handler() 569 …esp_event_post_to(dev->event_loop_handle, ESP_HIDD_EVENTS, ESP_HIDD_FEATURE_EVENT, p_cb_param, eve… in hid_event_handler() 738 if (dev->event_loop_handle != NULL) { in ble_hid_free_config() 739 esp_event_loop_delete(dev->event_loop_handle); in ble_hid_free_config() [all …]
|
/hal_espressif-3.6.0/examples/cxx/experimental/esp_mqtt_cxx/components/esp_mqtt_cxx/include/ |
D | esp_mqtt_client_config.hpp | 179 esp_event_loop_handle_t event_loop_handle; /*!< handle for MQTT event loop library */ member
|
/hal_espressif-3.6.0/docs/en/api-reference/protocols/ |
D | mqtt.rst | 124 * ``event_loop_handle``: handle for MQTT event loop library
|