OVMS3-idf/examples/bluetooth
Jiang Jiang Jian cec88e11ed Merge branch 'component/seperate_bta_jv_l2c_3.3' into 'release/v3.3'
Component/seperate bta jv l2c 3.3

See merge request espressif/esp-idf!9651
2020-09-11 19:38:36 +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 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 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 Merge branch 'feature/vfs_uart_set_line_ending_v3.3' into 'release/v3.3' 2020-09-09 10:36:59 +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 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.