Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dadv.c76 #define BLE_MESH_QUEUE_SET_SIZE (BLE_MESH_ADV_QUEUE_SIZE + BLE_MESH_RELAY_QUEUE_SIZE) macro
634 mesh_queue_set = xQueueCreateSet(BLE_MESH_QUEUE_SET_SIZE); in bt_mesh_adv_init()