]> granicus.if.org Git - esp-idf/commit
Component/bt: fix gatt cache error
authorzhiweijian <zhiweijian@espressif.com>
Tue, 20 Mar 2018 11:27:50 +0000 (19:27 +0800)
committerzhiweijian <zhiweijian@espressif.com>
Mon, 23 Apr 2018 07:43:10 +0000 (15:43 +0800)
commitbe107320f78d6b00298c43e6e6c57a7bc0a11377
tree68e9fd7b0e56e191f6e2f8fdc1a2f3dedee52301
parent088c73bd223f6a278233bbc3102502cbfffd926d
Component/bt: fix gatt cache error
- fix sev == NULL error
- fix start_handle == end_handle
components/bt/bluedroid/api/include/esp_gattc_api.h
components/bt/bluedroid/bta/gatt/bta_gattc_cache.c
components/bt/bluedroid/bta/gatt/bta_gatts_act.c
components/bt/bluedroid/bta/include/bta_gatt_api.h
components/bt/bluedroid/bta/include/bta_gattc_int.h
components/bt/bluedroid/btc/profile/std/gatt/btc_gattc.c
components/bt/bluedroid/btc/profile/std/gatt/btc_gatts.c
examples/bluetooth/gatt_client/main/gattc_demo.c
examples/bluetooth/gatt_security_client/main/example_ble_sec_gattc_demo.c
examples/bluetooth/gattc_multi_connect/main/gattc_multi_connect.c