Fixed union member access typo

Closes https://github.com/espressif/esp-idf/pull/9498
This commit is contained in:
linruihao
2022-08-08 15:17:26 +08:00
parent 763f9c91a4
commit 6ad7114a45

View File

@ -2928,7 +2928,7 @@ static UINT8 bta_dm_authorize_cback (BD_ADDR bd_addr, DEV_CLASS dev_class, BD_NA
sec_event.cfm_req.bd_name[0] = 0;
}
sec_event.key_notif.passkey = bta_dm_cb.num_val; /* get PIN code numeric number */
sec_event.cfm_req.num_val = bta_dm_cb.num_val; /* get PIN code numeric number */
/* 1 additional event data fields for this event */
sec_event.cfm_req.just_works = bta_dm_cb.just_works;