Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_bearer_adapt.h229 BLE_MESH_ADV_OPT_ONE_TIME = BIT(1), enumerator
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dproxy_server.c52 #define ADV_OPT (BLE_MESH_ADV_OPT_CONNECTABLE | BLE_MESH_ADV_OPT_ONE_TIME)
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c831 if (!(param->options & BLE_MESH_ADV_OPT_ONE_TIME)) { in bt_le_adv_start()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c378 if (!(param->options & BLE_MESH_ADV_OPT_ONE_TIME)) { in bt_le_adv_start()