]> granicus.if.org Git - esp-idf/commit
Component/bt: fix connect fail when remote addr type is random
authorzhiweijian <zhiweijian@espressif.com>
Fri, 23 Mar 2018 03:08:03 +0000 (11:08 +0800)
committerzhiweijian <zhiweijian@espressif.com>
Thu, 29 Mar 2018 12:55:31 +0000 (20:55 +0800)
commite6262375a31fc16c98a22895bf0cf49ae66514f7
tree833abbf242f993c907c8d7da88e53d5ef29b96ad
parentda2781631455b2c87c01704503f70443799a5187
Component/bt: fix connect fail when remote addr  type is random
31 files changed:
components/bt/bluedroid/api/esp_gattc_api.c
components/bt/bluedroid/api/include/esp_gattc_api.h
components/bt/bluedroid/bta/dm/bta_dm_act.c
components/bt/bluedroid/bta/gatt/bta_gattc_act.c
components/bt/bluedroid/bta/gatt/bta_gattc_api.c
components/bt/bluedroid/bta/gatt/bta_gatts_act.c
components/bt/bluedroid/bta/hh/bta_hh_le.c
components/bt/bluedroid/bta/include/bta_gatt_api.h
components/bt/bluedroid/bta/include/bta_gattc_int.h
components/bt/bluedroid/bta/jv/bta_jv_act.c
components/bt/bluedroid/btc/profile/std/gatt/btc_gattc.c
components/bt/bluedroid/btc/profile/std/include/btc_gattc.h
components/bt/bluedroid/stack/btm/btm_ble.c
components/bt/bluedroid/stack/btm/btm_ble_bgconn.c
components/bt/bluedroid/stack/gap/gap_ble.c
components/bt/bluedroid/stack/gatt/gatt_api.c
components/bt/bluedroid/stack/gatt/gatt_attr.c
components/bt/bluedroid/stack/gatt/gatt_main.c
components/bt/bluedroid/stack/gatt/include/gatt_int.h
components/bt/bluedroid/stack/include/bt_types.h
components/bt/bluedroid/stack/include/gatt_api.h
components/bt/bluedroid/stack/include/l2c_api.h
components/bt/bluedroid/stack/l2cap/include/l2c_int.h
components/bt/bluedroid/stack/l2cap/l2c_api.c
components/bt/bluedroid/stack/l2cap/l2c_utils.c
components/bt/bluedroid/stack/smp/smp_api.c
examples/bluetooth/ble_spp_client/main/spp_client_demo.c
examples/bluetooth/gatt_client/main/gattc_demo.c
examples/bluetooth/gatt_client/tutorial/Gatt_Client_Example_Walkthrough.md
examples/bluetooth/gatt_security_client/main/example_ble_sec_gattc_demo.c
examples/bluetooth/gattc_multi_connect/main/gattc_multi_connect.c