esp-idf/examples/bluetooth/nimble
luomanruo 6c8fa646e4 change(ble): npl count is zero if nimble host is not used
change(ble): added npl eventq put to front

change(ble): added cache safe check in ble power save example

ble(update):
    Update c2 lib to 91b81332
    Update h2 lib to 620fbe79
    Update c6 lib to 620fbe79

fix(ble): fix stack overflow disable at sleep

Revert "change(ble): added ble cca en and thresh option"

This reverts commit 71901499b9.
2024-01-19 16:14:05 +08:00
..
ble_cts feat(nimble): Added example support for Current Time Service 2023-12-14 20:24:20 +05:30
ble_dynamic_service feat(nimble): Added support for dynamic services 2023-09-05 11:52:17 +05:30
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 doc (nimble): Added the tutorial for coc_bleprph example. 2023-11-02 17:53:33 +05:30
ble_multi_adv doc (nimble): Added the tutorial for ble_multi_adv example. 2023-09-25 10:35:39 +05:30
ble_multi_conn feat(ble): Added ble examples for multiple connections 2023-07-14 19:01:11 +08:00
ble_periodic_adv (doc) nimble: Added the tutorial for ble_periodic_adv and ble_periodic_syncexamples. 2023-09-04 11:45:29 +05:30
ble_periodic_sync (doc) nimble: Added the tutorial for ble_periodic_adv and ble_periodic_syncexamples. 2023-09-04 11:45:29 +05:30
ble_phy fix(nimble): Updated BLE Phy example 2023-09-18 13:25:30 +05:30
ble_proximity_sensor docs(nimble): Update Kconfig help section for Example Ext Adv 2023-07-21 14:32:12 +00:00
ble_spp Merge branch 'feature/walkthrough_for_spp_client_v5.1' into 'release/v5.1' 2023-09-28 13:35:57 +08:00
blecent doc(nimble): Added tutorial for the blecent example. 2023-08-31 11:22:08 +05:30
blehr ci(nimble): Cleanup sdkconfig files for nimble examples 2023-11-21 12:23:06 +05:30
blemesh Nimble: Migrate to nimble 1.5 2023-02-15 04:55:26 +00:00
bleprph doc (nimble): Added the tutorial for bleprph example. 2023-11-02 17:57:22 +05:30
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 change(ble): npl count is zero if nimble host is not used 2024-01-19 16:14:05 +08:00
throughput_app fix(examples): Reverted: Fix example build errors caused by the deep_sleep funcs are returnable 2023-09-27 12:25:51 +02: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.