OVMS3-idf/examples/bluetooth
2018-08-29 14:40:28 +08:00
..
a2dp_gatts_coex examples/bluetooth: add fallthrough annotations 2018-08-29 14:40:28 +08:00
a2dp_sink examples/bluetooth: add fallthrough annotations 2018-08-29 14:40:28 +08:00
a2dp_source component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
ble_adv component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
ble_eddystone component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
ble_hid_device_demo component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
ble_ibeacon component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
ble_spp_client component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
ble_spp_server component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
ble_throughput component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
blufi Fix bluetooth example sdkconfig.defaults 2018-08-19 11:35:28 +08:00
bt_discovery component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
bt_spp_acceptor component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
bt_spp_initiator component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
bt_spp_vfs_acceptor examples/bluetooth: Fix incompatible cast 2018-08-29 14:40:28 +08:00
bt_spp_vfs_initiator examples/bluetooth: Fix incompatible cast 2018-08-29 14:40:28 +08:00
controller_hci_uart component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
gatt_client Merge branch 'feature/decrease_bt_contrller_memory_with_new_mem_reserved' into 'master' 2018-08-16 19:12:44 +08:00
gatt_security_client Merge branch 'feature/decrease_bt_contrller_memory_with_new_mem_reserved' into 'master' 2018-08-16 19:12:44 +08:00
gatt_security_server component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
gatt_server component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
gatt_server_service_table component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
gattc_multi_connect Merge branch 'feature/decrease_bt_contrller_memory_with_new_mem_reserved' into 'master' 2018-08-16 19:12:44 +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.