OVMS3-idf/examples/bluetooth
Prasad Alatkar 3545b58986 NimBLE: Port NimBLE stack to IDF Release v3.3 (Backport v3.3)
Includes all the latest NimBLE stack changes from idf-v4.0 with few idf-v3.3
specific modifications.
- Addition of nimble component as submodule (`nimble-1.1.0-idf-v3.3`), contains
  IDF v3.3 specific minor changes.
- Example applications are identical to idf-v4.0
- Modification in `bt/Kconfig` to accommodate NimBLE as a BT host.
2019-10-18 13:23:24 +08:00
..
a2dp_gatts_coex components/bt: Fix iphone can't get song's informations 2019-07-08 19:40:22 +08:00
a2dp_sink components/bt: Fix iphone can't get song's informations 2019-07-08 19:40:22 +08:00
a2dp_source components/bt: Configure SSP in menuconfig 2018-12-20 11:10:27 +08:00
ble_adv cmake: make main a component again 2018-09-11 09:44:12 +08:00
ble_compatibility_test add esp ble compatibility test case 2019-01-24 14:29:31 +08:00
ble_eddystone cmake: make main a component again 2018-09-11 09:44:12 +08:00
ble_hid_device_demo Component/bt: fix iOS and win10 compatibility error for HID 2019-02-28 20:39:12 +08:00
ble_ibeacon Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
ble_spp_client cmake: make main a component again 2018-09-11 09:44:12 +08:00
ble_spp_server cmake: Fix some failing example builds, fix gcov 2018-09-19 14:38:19 +10:00
ble_throughput Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
blufi Component/bt: fix connection interval error in slave adv params 2018-09-30 11:14:27 +00:00
bt_discovery Merge branch 'bugfix/btdm_controller_enable_failed_in_examples' into 'master' 2018-09-12 16:41:58 +08:00
bt_spp_acceptor components/bt: Configure SSP in menuconfig 2018-12-20 11:10:27 +08:00
bt_spp_initiator components/bt: Configure SSP in menuconfig 2018-12-20 11:10:27 +08:00
bt_spp_vfs_acceptor components/bt: Configure SSP in menuconfig 2018-12-20 11:10:27 +08:00
bt_spp_vfs_initiator components/bt: Configure SSP in menuconfig 2018-12-20 11:10:27 +08:00
controller_hci_uart cmake: make main a component again 2018-09-11 09:44:12 +08:00
gatt_client component/bt: add a option to make report adv data and scan response individually 2019-01-24 14:30:02 +08:00
gatt_security_client Component/bt: fix comment error 2019-01-31 20:47:36 +08:00
gatt_security_server Component/bt: fix comment error 2019-01-31 20:47:36 +08:00
gatt_server Correct Kconfigs according to the coding style 2019-01-29 13:37:01 +01:00
gatt_server_service_table Component/bt: fix comment error 2019-01-31 20:47:36 +08:00
gattc_multi_connect cmake: make main a component again 2018-09-11 09:44:12 +08:00
nimble NimBLE: Port NimBLE stack to IDF Release v3.3 (Backport v3.3) 2019-10-18 13:23:24 +08:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

Bluetooth Examples

Note: To use examples in this directory, you need to have Bluetooth enabled in configuration. Run make menuconfig, go to Component config and verify if you see [*] Bluetooth. If not - enable it and save.

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