OVMS3-idf/examples/bluetooth
Yulong fd3162d831 component/bt: Added the server test for the bit rate test.
component/bt: optimiz the code
component/bt: optimiz the code.
component/bt: added the l2c change.
component/bt: Added the modified.
component/bt: change the indicate callback function.

component/bt: added the BLE throughput test gattc & gatts example.

component/bt: Change the sdkconfig.default CONFIG_GATTS_NOTIFY_THROUGHPUT setting.

component/bt: Change the throughput_client_task delay method.

component/bt: change the btu task size from 4096 to 5096

comonent/bt: close the print when congest.

component/bt: Added the CPU frequency set method to the readme file.

component/bt: Change the gatts_demo_char1_val to gl_profile_tab[PROFILE_A_APP_ID].char_handle to avoid make error.

example/ble_throughput: Added the Readme explanation.

component/bt: Added the bt lib change.

component/bt: Update the bt lib & Change the LOG level from ERROR to DEBUG when congest.

component/bt: Fixed the bug of timer start assign error.

component/bt: Change back the gattc & gatts demo with same as the master.

example/ble_throughput: Fixed the bug when prepare write of the ble throughput.

component/bt: Update the check_sum algorithm.

component/bt: Change Added the path when used the include file of "l2cdefs.h" & "l2c_api.h".

example/throughput_client: Added the Freertos related header files to ble throughput client demo to avoid compile error.
2018-04-27 23:02:10 -04:00
..
a2dp_sink Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
a2dp_source component/bt: remove some error logs which are not error 2018-03-05 19:22:21 +08:00
ble_adv Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
ble_eddystone Merge branch 'feature/use_esp_err_to_name' into 'master' 2018-03-27 11:50:21 +08:00
ble_hid_device_demo example: fix ble hid device demo include 2018-04-27 10:52:55 +08:00
ble_ibeacon component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
ble_spp_client component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
ble_spp_server Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
ble_throughput component/bt: Added the server test for the bit rate test. 2018-04-27 23:02:10 -04:00
blufi Merge branch 'bugfix/btdm_fix_strncpy_error_in_blufi' into 'master' 2018-03-30 14:10:09 +08:00
bt_discovery Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
bt_spp_acceptor Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
bt_spp_initiator Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
controller_hci_uart Examples: Demonstrate the usage of esp_err_to_name 2018-03-13 14:27:00 +01:00
gatt_client component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
gatt_security_client component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08:00
gatt_security_server Merge branch 'bugfix/btdm_add_some_comment' into 'master' 2018-03-30 14:07:30 +08:00
gatt_server Merge branch 'feature/use_esp_err_to_name' into 'master' 2018-03-27 11:50:21 +08:00
gatt_server_service_table Merge branch 'bugfix/btdm_add_some_comment' into 'master' 2018-03-30 14:07:30 +08:00
gattc_multi_connect component/bt : modify header files to avoid conflict 2018-04-26 19:32:06 +08: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.