Searched refs:adv_queue (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | adv.c | 58 static struct bt_mesh_queue adv_queue; variable 256 xQueueReceive(adv_queue.handle, &msg, K_NO_WAIT); in adv_thread() 262 xQueueReceive(adv_queue.handle, &msg, K_WAIT(timeout)); in adv_thread() 267 xQueueReceive(adv_queue.handle, &msg, portMAX_DELAY); in adv_thread() 274 if (uxQueueMessagesWaiting(adv_queue.handle)) { in adv_thread() 275 xQueueReceive(adv_queue.handle, &msg, K_NO_WAIT); in adv_thread() 289 if (uxQueueMessagesWaiting(adv_queue.handle)) { in adv_thread() 290 xQueueReceive(adv_queue.handle, &msg, K_NO_WAIT); in adv_thread() 300 if (uxQueueMessagesWaiting(adv_queue.handle)) { in adv_thread() 301 xQueueReceive(adv_queue.handle, &msg, K_NO_WAIT); in adv_thread() [all …]
|