0b1af81daa
Fix issue with directed advertiser not accepting connection request from non-privacy enabled peer that has given us a non-zero IRK. When device privacy is enabled then ull_filter_lll_rl_addr_allowed will return true, and update the rl_idx to entry in the resolving list. When the directed advertiser is not privacy enabled then lll->rl_idx is set to FILTER_IDX_NONE and will not use RPA for the target address. The check rl_idx != lll->rl_idx will then fail (0 != 0xff) and the connect request is denied, even though all addresses matches on-air. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no> |
||
---|---|---|
.. | ||
hal | ||
lll |