Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dscan.c238 if ((type == BLE_MESH_DATA_MESH_PROV || type == BLE_MESH_DATA_MESH_MESSAGE || in bt_mesh_scan_cb()
250 case BLE_MESH_DATA_MESH_PROV: in bt_mesh_scan_cb()
Dadv.c39 [BLE_MESH_ADV_PROV] = BLE_MESH_DATA_MESH_PROV,
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_bearer_adapt.h125 #define BLE_MESH_DATA_MESH_PROV 0x29 /* Mesh Provisioning PDU */ macro