esp-idf/examples/bluetooth/nimble
Jiang Jiang Jian 1c07880c34 Merge branch 'bugfix/add_event_cb_for_pcl_v5.0' into 'release/v5.0'
Nimble: Add support to send power control event in registered callback(v5.0)

See merge request espressif/esp-idf!23584
2023-06-13 11:20:34 +08:00
..
ble_l2cap_coc NimBLE : Fixed config options in esp_nimble_cfg.h 2023-04-04 17:39:18 +05:30
ble_multi_adv NimbLE: Added multi advertising example. 2023-03-30 17:56:52 +05:30
ble_periodic_adv Nimble: Update example configuration to enable ext adv feature only for BLE5.0 supported chips 2023-03-16 12:08:58 +05:30
ble_periodic_sync Nimble: Update example configuration to enable ext adv feature only for BLE5.0 supported chips 2023-03-16 12:08:58 +05:30
ble_phy NimBLE: Demo of using write blob in ble phy example 2023-03-29 14:23:13 +05:30
ble_spp Nimble:Updated nimble examples README to include chip information 2023-05-15 15:33:53 +05:30
blecent Merge branch 'bugfix/add_event_cb_for_pcl_v5.0' into 'release/v5.0' 2023-06-13 11:20:34 +08:00
blehr Nimble:Updated nimble examples README to include chip information 2023-05-15 15:33:53 +05:30
blemesh Nimble: Added return value (success / failure ) to nimble_port_init 2023-03-02 09:47:03 +05:30
bleprph Merge branch 'bugfix/add_event_cb_for_pcl_v5.0' into 'release/v5.0' 2023-06-13 11:20:34 +08:00
bleprph_wifi_coex Nimble:Updated nimble examples README to include chip information 2023-05-15 15:33:53 +05:30
common NimBLE: Reorganized nimble examples structure to avoid repetition of files. 2022-09-06 11:31:57 +05:30
hci Add nimble hci example for c2 2022-06-20 17:00:12 +08:00
power_save bt: Added an example of Bluetooth using light sleep 2023-05-30 20:25:45 +08:00
throughput_app Nimble: Added return value (success / failure ) to nimble_port_init 2023-03-02 09:47:03 +05:30
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.