bluedroid: fix ble rpa generate and update by host

This commit is contained in:
chenjianhua
2022-08-17 16:58:54 +08:00
parent 4f1a9e436e
commit 8598610ccd
3 changed files with 56 additions and 18 deletions
@@ -419,6 +419,7 @@ tBTM_STATUS btm_ble_stop_adv(void);
tBTM_STATUS btm_ble_start_scan(void);
void btm_ble_create_ll_conn_complete (UINT8 status);
void btm_ble_create_conn_cancel_complete (UINT8 *p);
tBTM_STATUS btm_ble_set_random_addr(BD_ADDR random_bda);
/* LE security function from btm_sec.c */
#if SMP_INCLUDED == TRUE