fix ble connection event report remote address error

This commit is contained in:
zwj
2021-03-11 19:48:26 +08:00
committed by zhiweijian
parent 4e06cbb1b3
commit b3a2fedfde

View File

@@ -419,6 +419,7 @@ void btm_ble_resolve_random_addr(BD_ADDR random_bda, tBTM_BLE_RESOLVE_CBACK *p_c
if (btm_ble_match_random_bda(p_dev_rec)) {
break;
}
p_mgnt_cb->p_dev_rec = NULL;
}
btm_ble_resolve_address_cmpl();
} else {