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.
Loading...
Searching...
No Matches
esp_platform_bt.c File Reference

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"
Include dependency graph for esp_platform_bt.c:

Go to the source code of this file.

Macros

#define TAG   "EXAMPLE_INIT"
 

Detailed Description

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

Author
Pranjal Chanda

Definition in file esp_platform_bt.c.

Macro Definition Documentation

◆ TAG

#define TAG   "EXAMPLE_INIT"

Definition at line 34 of file esp_platform_bt.c.