OVMS3-idf/examples/bluetooth
Jiang Jiang Jian bd103f3743 Merge branch 'feature/btdm_add_api_to_clean_gattc_cache' into 'master'
Component/bt: add api to clean gattc cache

See merge request idf/esp-idf!3951
2019-03-20 22:05:00 +08:00
..
a2dp_gatts_coex Modify esp_bt_gap_set_scan_mode() to be able to set connection modes as well as discoverable modes 2019-03-13 11:24:00 +05:30
a2dp_sink Modify esp_bt_gap_set_scan_mode() to be able to set connection modes as well as discoverable modes 2019-03-13 11:24:00 +05:30
a2dp_source Modify esp_bt_gap_set_scan_mode() to be able to set connection modes as well as discoverable modes 2019-03-13 11:24:00 +05:30
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 Modify esp_bt_gap_set_scan_mode() to be able to set connection modes as well as discoverable modes 2019-03-13 11:24:00 +05:30
bt_spp_acceptor Modify esp_bt_gap_set_scan_mode() to be able to set connection modes as well as discoverable modes 2019-03-13 11:24:00 +05:30
bt_spp_initiator Modify esp_bt_gap_set_scan_mode() to be able to set connection modes as well as discoverable modes 2019-03-13 11:24:00 +05:30
bt_spp_vfs_acceptor Modify esp_bt_gap_set_scan_mode() to be able to set connection modes as well as discoverable modes 2019-03-13 11:24:00 +05:30
bt_spp_vfs_initiator Modify esp_bt_gap_set_scan_mode() to be able to set connection modes as well as discoverable modes 2019-03-13 11:24:00 +05:30
controller_hci_uart cmake: make main a component again 2018-09-11 09:44:12 +08:00
gatt_client Component/bt: add api to clean gattc cache 2019-03-13 15:23:33 +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
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.