Bluetooth: Controller: Fix scan_data_status value
Fix scan_data_status value from being incorrected OR-ed with the advertising data status. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
0fdac865e5
commit
1cd8eb3a81
1 changed files with 1 additions and 0 deletions
|
@ -5349,6 +5349,7 @@ no_ext_hdr:
|
|||
evt_type |= BT_HCI_LE_ADV_EVT_TYPE_SCAN_RSP;
|
||||
|
||||
/* set scan data status bits */
|
||||
evt_type &= ~(BIT_MASK(2) << 5);
|
||||
evt_type |= (scan_data_status << 5);
|
||||
|
||||
/* Start constructing the event */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue