OVMS3-idf/examples/bluetooth
Tian Hao 6c8a8664aa 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 14:30:02 +08:00
..
a2dp_gatts_coex examples: enable option to auto clear I2S tx descriptor on underflow 2018-11-23 14:43:20 +05:30
a2dp_sink components/bt: Configure SSP in menuconfig 2018-12-20 11:10:27 +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 example: Fix unused identifier warnings 2018-12-13 12:29:27 +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 connection interval error in slave adv params 2018-09-30 11:14:27 +00:00
ble_ibeacon Merge branch 'docs/btdm_ble_ibeacon_example' into 'master' 2018-12-13 15:31:30 +08: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 examples/bluetooth: Miscellaneous fixes in some of the examples 2018-10-29 11:14:09 +05:30
blufi Component/bt: fix connection interval error in slave adv params 2018-09-30 11:14:27 +00: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
gatt_client component/bt: add a option to make report adv data and scan response individually 2019-01-24 14:30:02 +08:00
gatt_security_client Merge branch 'bugfix/btdm_debug_numeric_comparison_mode' into 'master' 2019-01-02 14:02:58 +08:00
gatt_security_server Merge branch 'bugfix/btdm_debug_numeric_comparison_mode' into 'master' 2019-01-02 14:02:58 +08:00
gatt_server Merge branch 'bugfix/fix_ble_examples' into 'master' 2018-11-08 18:09:29 +08:00
gatt_server_service_table Merge branch 'bugfix/fix_ble_examples' into 'master' 2018-11-08 18:09:29 +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.