OVMS3-idf/examples/bluetooth
Tian Hao 4c0236e61e component/bt: add a option to make report adv data and scan response individually
Originally, when doing BLE active scan, Bluedroid will not report adv to
application layer until receive scan response. This option is used to
disable the behavior. When enable this option, Bluedroid will report
adv data or scan response to application layer immediately.
2019-01-24 18:38:36 +08:00
..
a2dp_sink modify i2s param and comments 2018-04-23 14:30:55 +08:00
ble_adv component/bt: add link of tutorial in README.rst 2018-01-03 11:45:18 +08:00
ble_eddystone Component/bt: add scan duplicate for ble mesh in idf3.0 2018-07-12 07:35:13 +00:00
ble_ibeacon Component/bt: add scan duplicate for ble mesh in idf3.0 2018-07-12 07:35:13 +00:00
ble_spp_client Component/bt: add scan duplicate for ble mesh in idf3.0 2018-07-12 07:35:13 +00:00
ble_spp_server component/bt: add ble spp readme for 3.0 2018-01-12 15:40:02 +08:00
blufi Merge branch 'bugfix/btdm_fix_strncpy_error_in_blufi' into 'master' 2018-03-30 14:15:03 +08:00
controller_hci_uart component/bt: add link of tutorial in README.rst 2018-01-03 11:45:18 +08:00
gatt_client component/bt: add a option to make report adv data and scan response individually 2019-01-24 18:38:36 +08:00
gatt_security_client Component/bt: add scan duplicate for ble mesh in idf3.0 2018-07-12 07:35:13 +00:00
gatt_security_server Component/bt: fix SC_MITM_BOND failed in smp for iphones 2018-08-21 14:46:20 +08:00
gatt_server component/bt: Modify docs to be compatible with "Github Standard Markdown" 2018-01-03 11:45:53 +08:00
gatt_server_service_table component/bt: change pictures from .pdf to .png 2018-01-03 11:46:02 +08:00
gattc_multi_connect Component/bt: add scan duplicate for ble mesh in idf3.0 2018-07-12 07:35:13 +00: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.