Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_bearer_adapt.h219 BLE_MESH_ADV_OPT_CONNECTABLE = BIT(0), enumerator
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c181 if (!(param->options & BLE_MESH_ADV_OPT_CONNECTABLE)) { in valid_adv_param()
354 if (sd && (param->options & BLE_MESH_ADV_OPT_CONNECTABLE)) { in bt_le_adv_start()
362 if (param->options & BLE_MESH_ADV_OPT_CONNECTABLE) { in bt_le_adv_start()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c811 if (sd && (param->options & BLE_MESH_ADV_OPT_CONNECTABLE)) { in bt_le_adv_start()
829 if (param->options & BLE_MESH_ADV_OPT_CONNECTABLE) { in bt_le_adv_start()
/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)