Component/bt: fix update connection params error in smp

This commit is contained in:
zhiweijian
2018-01-12 17:19:36 +08:00
parent f482e9e54c
commit f165927272
2 changed files with 13 additions and 4 deletions

View File

@@ -974,6 +974,9 @@ void smp_proc_pairing_cmpl(tSMP_CB *p_cb)
memcpy (pairing_bda, p_cb->pairing_bda, BD_ADDR_LEN);
if (p_cb->role == HCI_ROLE_SLAVE) {
L2CA_EnableUpdateBleConnParams(p_cb->pairing_bda, TRUE);
}
smp_reset_control_value(p_cb);
if (p_callback) {