Home
last modified time | relevance | path

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

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