Bluetooth: Controller: Fix SID for legacy advertising reported
SID value for legacy advertising reported shall be 255. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
f9d693b93d
commit
a5ac9c65f1
1 changed files with 1 additions and 1 deletions
|
@ -5236,7 +5236,7 @@ no_ext_hdr:
|
|||
|
||||
adv_info->prim_phy = find_lsb_set(phy);
|
||||
adv_info->sec_phy = sec_phy;
|
||||
adv_info->sid = (adi) ? adi->sid : 0U;
|
||||
adv_info->sid = (adi) ? adi->sid : BT_HCI_LE_EXT_ADV_SID_INVALID;
|
||||
adv_info->tx_power = tx_pwr;
|
||||
adv_info->rssi = rssi;
|
||||
adv_info->interval = interval_le16;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue