mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Fixed union member access typo
Closes https://github.com/espressif/esp-idf/pull/9498
This commit is contained in:
parent
4c6d2e0da7
commit
fdf7029078
@ -2913,7 +2913,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;
|
||||
|
Loading…
Reference in New Issue
Block a user