1# Bluetooth Examples for NimBLE host 2 3Note: To use examples in this directory, you need to have Bluetooth enabled in configuration and NimBLE selected as the host stack. 4 5# Example Layout 6 7This directory includes examples to demonstrate BLE functionality using [Apache MyNewt NimBLE](https://github.com/apache/mynewt-nimble) host stack. 8 9* `blecent` Shows how ESP32 acts as a BLE central. 10* `blehr` Demonstrates standard Heart Rate measurement BLE peripheral. 11* `blemesh` Demonstrates BLE mesh functionality of NimBLE. 12* `bleprph` Shows how ESP32 acts as a BLE Peripheral. 13* `bleprph_wifi_coex` ESP32 acts as a BLE Peripheral and simultaneously performs Wi-Fi ping to configured IP address. 14 15See the [README.md](../../README.md) file in the upper level [examples](../../) directory for more information about examples. 16 17# More 18 19See the [README.md](../../README.md) file in the upper level [examples](../../) directory for more information about examples. 20