esp-idf/examples/bluetooth/nimble
Island 48052e4d1f Merge branch 'bugfix/fix_current_issue_after_ble_init_5.1' into 'release/v5.1'
ble: move phy enabled/disable to controller enable/disable

See merge request espressif/esp-idf!25081
2023-08-25 10:25:11 +08:00
..
ble_enc_adv_data NimBLE: Added support of encrypted advertising data 2023-08-23 18:18:23 +05:30
ble_htp NimBLE: Added health thermometer profile 2023-07-21 05:36:32 +00:00
ble_l2cap_coc NimBLE: Fixed crash when L2CAP COC sends large amount of data. 2023-08-23 11:15:12 +00:00
ble_multi_adv Nimble: Added Example Walkthrough tutorial for Multi Adv example 2023-07-04 15:55:04 +05:30
ble_multi_conn feat(ble): Added ble examples for multiple connections 2023-07-14 19:01:11 +08:00
ble_periodic_adv feat(nimble): Added periodic Adv Feature Updates in BLE 5.3 2023-08-23 18:53:51 +05:30
ble_periodic_sync feat(nimble): Added periodic Adv Feature Updates in BLE 5.3 2023-08-23 18:53:51 +05:30
ble_phy docs(nimble): Update Kconfig help section for Example Ext Adv 2023-07-21 14:32:12 +00:00
ble_proximity_sensor docs(nimble): Update Kconfig help section for Example Ext Adv 2023-07-21 14:32:12 +00:00
ble_spp Nimble: Corrected conditional check during connection to handle failure case 2023-07-07 14:33:44 +05:30
blecent fix(nimble): Add API to send pcl set rssi vsc 2023-08-23 17:43:22 +05:30
blehr Nimble: Removed files referring to old TTFW framework 2023-06-25 11:43:30 +05:30
blemesh Nimble: Migrate to nimble 1.5 2023-02-15 04:55:26 +00:00
bleprph docs(nimble): Update Kconfig help section for Example Ext Adv 2023-07-21 14:32:12 +00:00
bleprph_wifi_coex Nimble: Added return value (success / failure ) to nimble_port_init 2023-01-31 12:01:02 +05:30
common NimBLE: Added support of encrypted advertising data 2023-08-23 18:18:23 +05:30
hci Modify the readme files in example/bluetooth 2023-01-13 15:05:34 +08:00
power_save Merge branch 'bugfix/fix_current_issue_after_ble_init_5.1' into 'release/v5.1' 2023-08-25 10:25:11 +08:00
throughput_app Merge branch 'ci/fix_test_switch_ota_v5.1' into 'release/v5.1' 2023-08-24 12:16:51 +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.