OVMS3-idf/examples/bluetooth
Jiang Jiang Jian f83926a6e6 Merge branch 'doc/btdm_a2dp_sink_example_improvement' into 'master'
component/bt: fix the format and add more content to A2DP sink example

See merge request idf/esp-idf!2995
2018-09-04 19:37:31 +08:00
..
a2dp_gatts_coex examples/bluetooth: add fallthrough annotations 2018-08-29 14:40:28 +08:00
a2dp_sink Merge branch 'doc/btdm_a2dp_sink_example_improvement' into 'master' 2018-09-04 19:37:31 +08:00
a2dp_source Merge branch 'doc/btdm_a2dp_source_example_improvement' into 'master' 2018-09-04 19:14:55 +08: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 esp32: Add esp_fill_random() function 2018-09-03 04:39:45 +00: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.