MeshX 0.3
This repository provides an implementation for Bluetooth Low Energy (BLE) Mesh network nodes. The project allows you to create BLE mesh nodes that can communicate with each other, enabling the development of smart home solutions or other IoT-based applications.
|
This file contains the initialization code for BLE Mesh functionality on the ESP32 platform. It supports both Bluedroid and NimBLE BLE stacks. The file includes functions to initialize the Bluetooth controller, configure the BLE stack, and retrieve the device UUID for provisioning. More...
#include <stdio.h>
#include <string.h>
#include <sdkconfig.h>
#include "esp_ble_mesh_defs.h"
Go to the source code of this file.
Macros | |
#define | TAG "EXAMPLE_INIT" |
This file contains the initialization code for BLE Mesh functionality on the ESP32 platform. It supports both Bluedroid and NimBLE BLE stacks. The file includes functions to initialize the Bluetooth controller, configure the BLE stack, and retrieve the device UUID for provisioning.
Copyright (c) 2024 - 2025 MeshX
Definition in file esp_platform_bt.c.
#define TAG "EXAMPLE_INIT" |
Definition at line 34 of file esp_platform_bt.c.