Home
last modified time | relevance | path

Searched refs:BLE_MESH_DATA_MESH_MESSAGE (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()
246 case BLE_MESH_DATA_MESH_MESSAGE: in bt_mesh_scan_cb()
Dadv.c40 [BLE_MESH_ADV_DATA] = BLE_MESH_DATA_MESH_MESSAGE,
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_bearer_adapt.h126 #define BLE_MESH_DATA_MESH_MESSAGE 0x2a /* Mesh Networking PDU */ macro