esp-idf/examples/bluetooth/nimble
Rahul Tank 2a12872d0a Merge branch 'fix/added_a_change_to_print_address_of_advertising_instance' into 'master'
fix(nimble): Added a change to print address of an advertising instance

Closes BLERP-1033

See merge request espressif/esp-idf!33550
2024-09-19 14:08:47 +08:00
..
ble_cts feat(ble): added ble support on esp32c61 2024-09-14 12:22:04 +08:00
ble_dynamic_service feat(ble): added ble support on esp32c61 2024-09-14 12:22:04 +08:00
ble_enc_adv_data feat(ble): added ble support on esp32c61 2024-09-14 12:22:04 +08:00
ble_htp feat(ble): added ble support on esp32c61 2024-09-14 12:22:04 +08:00
ble_l2cap_coc feat(ble): added ble support on esp32c61 2024-09-14 12:22:04 +08:00
ble_multi_adv Merge branch 'fix/added_a_change_to_print_address_of_advertising_instance' into 'master' 2024-09-19 14:08:47 +08:00
ble_multi_conn feat(ble): added ble support on esp32c61 2024-09-14 12:22:04 +08:00
ble_periodic_adv feat(ble): added ble support on esp32c61 2024-09-14 12:22:04 +08:00
ble_periodic_sync feat(ble): added ble support on esp32c61 2024-09-14 12:22:04 +08:00
ble_phy feat(ble): added ble support on esp32c61 2024-09-14 12:22:04 +08:00
ble_proximity_sensor feat(ble): added ble support on esp32c61 2024-09-14 12:22:04 +08:00
ble_spp feat(ble): added ble support on esp32c61 2024-09-14 12:22:04 +08:00
blecent feat(ble): added ble support on esp32c61 2024-09-14 12:22:04 +08:00
blecsc feat(ble): added ble support on esp32c61 2024-09-14 12:22:04 +08:00
blehr feat(ble): added ble support on esp32c61 2024-09-14 12:22:04 +08:00
blemesh all: Removes unnecessary newline character in logs 2023-06-09 03:31:21 +08:00
bleprph feat(ble): added ble support on esp32c61 2024-09-14 12:22:04 +08:00
bleprph_host_only Merge branch 'ble_dev/esp32c61_chip_20240903' into 'master' 2024-09-18 11:17:58 +08:00
bleprph_wifi_coex feat(ble): added ble support on esp32c61 2024-09-14 12:22:04 +08:00
common feat(nimble): additional AD types for advertisements 2024-01-25 18:34:55 +05:30
hci feat(ble): added ble support on esp32c61 2024-09-14 12:22:04 +08:00
power_save feat(ble): added ble support on esp32c61 2024-09-14 12:22:04 +08:00
throughput_app feat(ble): added ble support on esp32c61 2024-09-14 12:22:04 +08:00
pytest_nimble_test.py feat(ble): support ble light sleep on esp32c5 2024-09-10 15:19:22 +08:00
README.md docs: Rebase and typos fixed for the bluetooth README files 2021-11-16 16:56:47 +08:00

Bluetooth Examples for NimBLE host

Note: To use examples in this directory, you need to have Bluetooth enabled in configuration and NimBLE selected as the host stack.

Example Layout

This directory includes examples to demonstrate BLE functionality using Apache MyNewt NimBLE host stack.

  • blecent Shows how ESP32 acts as a BLE central.
  • blehr Demonstrates standard Heart Rate measurement BLE peripheral.
  • blemesh Demonstrates BLE mesh functionality of NimBLE.
  • bleprph Shows how ESP32 acts as a BLE Peripheral.
  • bleprph_wifi_coex ESP32 acts as a BLE Peripheral and simultaneously performs Wi-Fi ping to configured IP address.

See the README.md file in the upper level examples directory for more information about examples.

More

See the README.md file in the upper level examples directory for more information about examples.