]> granicus.if.org Git - esp-idf/commit
component/bt: fix connection parameters update
authorzhiweijian <zhiweijian@espressif.com>
Thu, 24 Aug 2017 12:46:03 +0000 (20:46 +0800)
committerzhiweijian <zhiweijian@espressif.com>
Wed, 30 Aug 2017 03:29:25 +0000 (11:29 +0800)
commit1a9b02ccbce625c057638d573c2665b26de1fede
tree5371d1b3ec8b910892ccef5a91b86386982ecb08
parent84dec4459beef6de77453c975cc52b750e3981b0
component/bt: fix connection parameters update
- update connection parameters timeout due to master update illegal connection parameters
- slave returns error status when slave check the connection parameters
- slave connection parameters update callback get that interval_max is equal to interval_min
19 files changed:
components/bt/bluedroid/api/include/esp_bt_defs.h
components/bt/bluedroid/bta/dm/bta_dm_act.c
components/bt/bluedroid/bta/dm/bta_dm_api.c
components/bt/bluedroid/bta/dm/bta_dm_int.h
components/bt/bluedroid/bta/gatt/bta_gattc_act.c
components/bt/bluedroid/bta/gatt/bta_gattc_cache.c
components/bt/bluedroid/bta/include/bta_api.h
components/bt/bluedroid/btc/core/btc_task.c
components/bt/bluedroid/btc/profile/std/gap/btc_gap_ble.c
components/bt/bluedroid/btc/profile/std/include/btc_gap_ble.h
components/bt/bluedroid/stack/btm/btm_ble_gap.c
components/bt/bluedroid/stack/btu/btu_hcif.c
components/bt/bluedroid/stack/include/btm_ble_api.h
components/bt/bluedroid/stack/include/btm_int.h
components/bt/bluedroid/stack/l2cap/include/l2c_int.h
components/bt/bluedroid/stack/l2cap/l2c_ble.c
components/bt/bluedroid/stack/l2cap/l2c_main.c
examples/bluetooth/gatt_client/main/gattc_demo.c
examples/bluetooth/gatt_server/main/gatts_demo.c