]> granicus.if.org Git - esp-idf/commit
component/bt: Added the server test for the bit rate test.
authorYulong <huangyulong@espressif.com>
Thu, 7 Dec 2017 08:07:36 +0000 (03:07 -0500)
committerYulong <huangyulong@espressif.com>
Sat, 28 Apr 2018 03:02:10 +0000 (23:02 -0400)
commitfd3162d831bc13647299f5e54a0d4b8532ee850a
tree8fbfb83c22b8994675e8dd33b8f16ec883356690
parentcc2d1fda964afb310c0ffa9b1bf9d2065b7121f2
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.
20 files changed:
components/bt/bluedroid/api/esp_gattc_api.c
components/bt/bluedroid/api/esp_gatts_api.c
components/bt/bluedroid/bta/gatt/bta_gatts_act.c
components/bt/bluedroid/stack/include/stack/l2c_api.h
components/bt/bluedroid/stack/l2cap/l2c_api.c
components/bt/bluedroid/stack/l2cap/l2c_ble.c
components/bt/bluedroid/stack/l2cap/l2c_link.c
components/bt/lib
examples/bluetooth/ble_throughput/throughput_client/Makefile [new file with mode: 0644]
examples/bluetooth/ble_throughput/throughput_client/README.md [new file with mode: 0644]
examples/bluetooth/ble_throughput/throughput_client/main/Kconfig [new file with mode: 0644]
examples/bluetooth/ble_throughput/throughput_client/main/component.mk [new file with mode: 0644]
examples/bluetooth/ble_throughput/throughput_client/main/example_ble_client_throughput.c [new file with mode: 0644]
examples/bluetooth/ble_throughput/throughput_client/sdkconfig.defaults [new file with mode: 0644]
examples/bluetooth/ble_throughput/throughput_server/Makefile [new file with mode: 0644]
examples/bluetooth/ble_throughput/throughput_server/README.md [new file with mode: 0644]
examples/bluetooth/ble_throughput/throughput_server/main/Kconfig [new file with mode: 0644]
examples/bluetooth/ble_throughput/throughput_server/main/component.mk [new file with mode: 0644]
examples/bluetooth/ble_throughput/throughput_server/main/example_ble_server_throughput.c [new file with mode: 0644]
examples/bluetooth/ble_throughput/throughput_server/sdkconfig.defaults [new file with mode: 0644]