OVMS3-idf/examples/bluetooth
2020-03-21 13:55:43 +08:00
..
a2dp_gatts_coex components/bt: Fix iphone can't get song's informations 2019-07-08 19:49:20 +08:00
a2dp_sink components/bt: Fix iphone can't get song's informations 2019-07-08 19:49:20 +08:00
a2dp_source Merge branch 'bugfix/btdm_controller_enable_failed_in_examples_for_v3.1' into 'release/v3.1' 2018-09-14 19:41:10 +08:00
ble_adv cmake: make main a component again 2018-09-13 11:13:27 +08:00
ble_eddystone cmake: make main a component again 2018-09-13 11:13:27 +08:00
ble_hid_device_demo example/ble_hid_device_demo fix the wrong mask value according to HID protocol 2020-03-21 13:55:43 +08:00
ble_ibeacon cmake: make main a component again 2018-09-13 11:13:27 +08:00
ble_spp_client cmake: make main a component again 2018-09-13 11:13:27 +08:00
ble_spp_server cmake: Fix some failing example builds, fix gcov 2018-10-30 10:59:39 +11:00
ble_throughput example/ble_throughput: 2020-03-21 13:55:05 +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-03-21 13:55:17 +08:00
bt_discovery component/bt: release some controller memory according to the configuration of bluetooth examples 2018-09-13 17:46:01 +08:00
bt_spp_acceptor component/bt: release some controller memory according to the configuration of bluetooth examples 2018-09-13 17:46:01 +08:00
bt_spp_initiator component/bt: release some controller memory according to the configuration of bluetooth examples 2018-09-13 17:46:01 +08:00
bt_spp_vfs_acceptor component/bt: release some controller memory according to the configuration of bluetooth examples 2018-09-13 17:46:01 +08:00
bt_spp_vfs_initiator component/bt: release some controller memory according to the configuration of bluetooth examples 2018-09-13 17:46:01 +08:00
controller_hci_uart cmake: make main a component again 2018-09-13 11:13:27 +08:00
gatt_client component/bt: add a option to make report adv data and scan response individually 2019-01-24 18:45:57 +08:00
gatt_security_client Component/bt: add ble disconnect when ACCEPT_SPECIFIED_SEC_AUTH failed 2018-10-26 14:10:32 +08:00
gatt_security_server Component/bt: add ble disconnect when ACCEPT_SPECIFIED_SEC_AUTH failed 2018-10-26 14:10:32 +08:00
gatt_server Component/bt: add only accept sepecified Authentication 2018-10-26 11:58:25 +08:00
gatt_server_service_table Component/bt: add only accept sepecified Authentication 2018-10-26 11:58:25 +08:00
gattc_multi_connect cmake: make main a component again 2018-09-13 11:13:27 +08:00
README.md Added links from api category TOC to example category folders 2017-01-18 21:21:02 +01: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.