]> granicus.if.org Git - esp-idf/commit
component/bt: Fix bug while writing slave's service change characteristic
authorisland <island@espressif.com>
Sun, 11 Jun 2017 13:59:49 +0000 (21:59 +0800)
committerisland <island@espressif.com>
Wed, 14 Jun 2017 05:12:38 +0000 (13:12 +0800)
commitc5debed62106e533b740cfae6458f2f55fba8853
tree5aeb8c0255aa124e1e93fe20ae0de1e8ac604b99
parente7db29b2a8355d3e63b1c28b47b3206988b15cf1
component/bt: Fix bug while writing slave's service change characteristic

- Fix slave initiate service discovery procedure
- Fix master re-discovery every time connection established
- Optimize service discovery char ccc write procedure
- Optimize esp_log_buffer function
- Modify default supervision timeout from 20s to 2s
components/bt/bluedroid/bta/gatt/bta_gattc_act.c
components/bt/bluedroid/bta/include/bta_gatt_api.h
components/bt/bluedroid/bta/include/bta_gattc_int.h
components/bt/bluedroid/stack/btm/btm_sec.c
components/bt/bluedroid/stack/gatt/gatt_attr.c
components/bt/bluedroid/stack/include/btm_ble_api.h
components/log/include/esp_log.h
components/log/log.c
examples/bluetooth/gatt_client/main/gattc_demo.c
examples/bluetooth/gatt_server/main/gatts_demo.c