]> granicus.if.org Git - esp-idf/commit
Component/bt: modify close event and disconnection event params
authorzhiweijian <zhiweijian@espressif.com>
Mon, 16 Oct 2017 08:27:38 +0000 (16:27 +0800)
committerzhiweijian <zhiweijian@espressif.com>
Wed, 1 Nov 2017 02:40:03 +0000 (10:40 +0800)
commit481e4365872f65f83494e92dbc1deb0510bfb9f2
tree9c597c21893ea2ee0a9cb53ed0c425c72525b45e
parent19aa3c72e9e5309586a4dfc55bbfd11811761000
Component/bt: modify close event and disconnection event params
- modify close event params
- modify disconnection event params
- modify connect event params
12 files changed:
components/bt/bluedroid/api/include/esp_gattc_api.h
components/bt/bluedroid/api/include/esp_gatts_api.h
components/bt/bluedroid/bta/gatt/bta_gattc_act.c
components/bt/bluedroid/bta/gatt/bta_gattc_utils.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/ble_spp_client/main/spp_client_demo.c
examples/bluetooth/gatt_client/main/gattc_demo.c
examples/bluetooth/gatt_security_client/main/example_ble_sec_gattc_demo.c
examples/bluetooth/gatt_server/main/gatts_demo.c