QueueHandle_t external_queue; QueueSetHandle_t queue_set; int internal_queue_size; int external_queue_size; int queue_set_size; audio_event_iface_list_t listening_queues; void *context; on_event_iface_func on_cmd; int wait_time; int type; }; typedef struct audio_event_iface *audio_eve...
*/ typedef struct { app_event_group_t event_group; /* HID Host - Device related info */ struct { hid_host_device_handle_t handle; hid_host_driver_event_t event; void *arg; } hid_host_device; } app_event_queue_t; /** * @brief HID Protocol string names */ static const char ...
<stdint.h> #include <string.h> #include <stdboolh> #include <stdio.h> #include "nvs.h" #include "nvs_flash.h" #include "esp_bt.h" #include "esp_gap_ble_api.h" #include "esp_gattc_api.h" #include "esp_gatt_defs.h" #include "esp_bt_main.h" #include "esp_gatt_common_api...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
periph_sets->ext_stack = config->extern_stack;audio_event_iface_cfg_tevent_cfg = AUDIO_EVENT_IFACE_DEFAULT_CFG(); event_cfg.queue_set_size =0; event_cfg.context = periph_sets; event_cfg.on_cmd = process_peripheral_event; periph_sets->event_handle.iface = audio_event_iface_init(&eve...
( xSemaphore ) vQueueDelete( ( QueueHandle_t ) ( xSemaphore ) ) | ^~~~ /Users/yusuhua/Documents/github/lvgl_micropython/lib/micropython/ports/esp32/machine_i2c.c:116:17: note: in expansion of macro 'I2C_BUS_LOCK_DELETE' 116 | I2C_BUS_LOCK_DELETE(self); | ^~~~ /Users/yusuhua...
esp_gatt_srvc_id_t service_id; uint16_t char_handle; esp_bt_uuid_t char_uuid; esp_gatt_perm_t perm; esp_gatt_char_prop_t property; uint16_t descr_handle; esp_bt_uuid_t descr_uuid; }; /* One gatt-based profile one app_id and one gatts_if, this array will store the gatts...
{ // wait for some data to be requested i2s_event_t evt; if (xQueueReceive(i2sQueueHandle, &evt, portMAX_DELAY) == pdPASS) { if (evt.type == I2S_EVENT_TX_DONE) { i2s_write( I2S_NUM_0, (uint8_t *)buffer, (samples*bytes), &bytesWritten, portMAX_DELAY ); if ( ...
W (7482) AWS_OTA: OTA Timer handle NULL for Timerid=0, can't stop. I (7492) AWS_OTA: Current State=[WaitingForJob], Event=[RequestJobDocument], New state=[WaitingForJob] I (7502) coreMQTT: De-serialized incoming PUBLISH packet: DeserializerResult=MQTTSuccess. ...
static esp_err_t wifi_service_cb(periph_service_handle_t handle, periph_service_event_t *evt, void *ctx) { wifi_config_t wifi_cfg; if (evt->type == WIFI_SERV_EVENT_CONNECTED) { wifi_serv_stat = WIFI_SERV_EVENT_CONNECTED; ESP_LOGI(TAG_WIFI, "PERIPH_WIFI_CONNECTED [%d]", __LINE...