OVMS3-idf/components/bt/bluedroid/stack/btm
Jiang Jiang Jian 0cd97cecb2 Merge branch 'bugfix/btdm_error_when_add_device_to_whitelist_twice' into 'master'
component/bt: Fix bug when add device to whitelist twice

See merge request !1700
2018-01-08 19:16:34 +08:00
..
btm_acl.c component/bt: Fix bug of adding device to white list has no callback when while list is full 2017-12-25 17:45:12 +08:00
btm_ble.c n btm_sec_save_le_key() set BTM_SEC_LE_LINK_KEY_KNOWN (and BTM_SEC_LE_LINK_KEY_AUTHED if MITM was used) when process a local Long Term Key (key type BTM_LE_KEY_LENC). This is because these flags share bits with the BTM_SEC_FLAG_LKEY_KNOWN (and BTM_SEC_FLAG_LKEY_AUTHED) flag in btm_api.h. Without this code a link that is encrypted via SM pairing where only the local device exchanges the LTK (peer does not send its LTK) will not allow GATT operations that require encryption (request will be incorrectly rejected with insufficient authentication reason, regardless of if MITM is required). 2018-01-03 14:14:24 +11:00
btm_ble_addr.c Component/bt: add set local privacy func callback 2017-07-26 17:29:10 +08:00
btm_ble_adv_filter.c component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00
btm_ble_batchscan.c component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00
btm_ble_bgconn.c Merge branch 'bugfix/btdm_error_when_add_device_to_whitelist_twice' into 'master' 2018-01-08 19:16:34 +08:00
btm_ble_cont_energy.c component/bt : cleanup all the "-W-no-xx" and all the warnings 2016-12-07 13:49:53 -08:00
btm_ble_gap.c Merge branch 'bugfix/btdm_send_data_length_req_after_read_feature_complete' into 'master' 2017-12-19 20:18:50 +08:00
btm_ble_multi_adv.c component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00
btm_ble_privacy.c component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00
btm_dev.c component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00
btm_devctl.c component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00
btm_inq.c component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00
btm_main.c component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00
btm_pm.c component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00
btm_sco.c component/bt : remove all GKI reference 2017-08-23 15:29:30 +08:00
btm_sec.c Component/bt: fix memory leak in SMP 2017-12-20 10:30:31 +08:00