OVMS3-idf/examples/bluetooth
Tian Hao ee787085f9 component/bt : decrease memory consumption by conn number
1. BLE only with 9(max) connection will decrease 3K DRAM
2. BR/EDR only with 7(max) connection will decrease 16K DRAM
3. Any of BLE or BR/EDR connection number decrease will also decrease DRAM consumption
4. Decrease one BLE connection will save about 1KB DRAM
5. Decrease one BR/EDR ACL connection will save about 1.2KB DRAM
6. Decrease one BR/EDR SCO/eSCO will save 2KB DRAM.
7. fix some definition and kconfig
8. remove 1.2k of vhci tx cache and make .bss & .data to heap about 1.4K
9. modify BT Reserved Memory size and modify example to support new bt kconfig
2018-08-14 02:29:17 +00:00
..
a2dp_gatts_coex nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
a2dp_sink component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00: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 component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +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 component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
bt_spp_vfs_initiator component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
controller_hci_uart component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
gatt_client component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00:00
gatt_security_client component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00: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 component/bt : decrease memory consumption by conn number 2018-08-14 02:29:17 +00: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.