OVMS3-idf/examples/bluetooth
Chen Yu Dong 312f100551 bugfix: import error in example tests
relative import error in lib_ble_client
import Queue error in blehr_test
import http server error in ota tests
2020-10-28 14:19:30 +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 ble_hid_device_demo: fix build if building with c++ 2020-06-18 15:52:56 +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 components/bt: Add api to query the number of available buffers for the current connection 2020-08-10 11:43:54 +08:00
bluedroid/ble/gatt_client/tutorial docs:perfect 128-bit UUID description 2020-06-18 15:02:44 +08:00
blufi Bulfi: Check if ble is connected before sending a message via ble. Fix the wrong wifi storage mode from WIFI_STORAGE_RAM to default WIFI_STORAGE_FLASH. 2020-02-20 18:11:55 +08: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 add API esp_spp_stop_srv(), fix the error parameter in esp-idf/examples/bluetooth/bluedroid/classic_bt/bt_spp_initiator/main/example_spp_initiator_demo.c and fix collection of SPP 2020-10-22 08:33:39 +00:00
bt_spp_initiator add API esp_spp_stop_srv(), fix the error parameter in esp-idf/examples/bluetooth/bluedroid/classic_bt/bt_spp_initiator/main/example_spp_initiator_demo.c and fix collection of SPP 2020-10-22 08:33:39 +00:00
bt_spp_vfs_acceptor Fix tsk watchdog when running spp vfs demo 2020-08-26 15:33:48 +08:00
bt_spp_vfs_initiator Fix tsk watchdog when running spp vfs demo 2020-08-26 15:33:48 +08:00
controller_hci_uart cmake: make main a component again 2018-09-11 09:44:12 +08:00
esp_ble_mesh ble_mesh: ci: Enable settings in sdkconfig.ci.xxx 2020-10-12 08:49:52 +08:00
gatt_client Bugfix/btdm fix doc and host bug backport v3.3 2019-12-18 14:19:13 +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 bugfix: import error in example tests 2020-10-28 14:19:30 +08:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

README.md

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.