OVMS3-idf/examples/bluetooth
lly 42378c8e19 ble_mesh: Move TAG definition to each example
Move the TAG definition of each example to the corresponding
source file (previously it is defined in the common example
intialization header file), which can avoid the redefinition
of TAG in some situations.
2020-06-24 12:06:58 +00: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 example/ble_hid_device_demo fix the wrong mask value according to HID protocol 2020-02-20 19:19:33 +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 example/ble_throughput: 2020-02-20 18:05:23 +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 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
esp_ble_mesh ble_mesh: Move TAG definition to each example 2020-06-24 12:06:58 +00: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 NimBLE: Add Host based privacy (RPA) feature support (v3.3) 2020-03-15 21:43:01 +05:30
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.