zephyr/subsys/bluetooth/host
Emil Gydesen affd8da9a0 Bluetooth: Host: Fix wrong addr for PA term when using adv list
If using the advertiser list when syncing to a PA, then the
address address needs to be updated for the PA sync object.
This is a small optimization to avoid doing a copy when
the address and SID is already set.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-10-28 07:56:41 +00:00
..
CMakeLists.txt
Kconfig Bluetooth: Host: Add `CONFIG_BT_ID_UNPAIR_MATCHING_BONDS` 2022-10-27 13:16:59 +02:00
Kconfig.gatt
Kconfig.l2cap
a2dp.c Bluetooth: Move out `BT_ASSERT` of `common/log.h` 2022-10-25 10:48:17 +02:00
a2dp_internal.h
addr.c
adv.c Bluetooth: Replace all '!bt_addr_le_cmp' with 'bt_addr_le_eq' 2022-10-19 15:40:18 +03:00
adv.h
aes_ccm.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
at.c
at.h
att.c Bluetooth: att: precise warning messages 2022-10-04 14:09:04 +00:00
att_internal.h
avdtp.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
avdtp_internal.h
br.c
br.h
buf.c tests: bluetooth: host: Add mocks for buf.c 2022-09-09 10:06:19 +02:00
conn.c Bluetooth: Move out `BT_ASSERT` of `common/log.h` 2022-10-25 10:48:17 +02:00
conn_internal.h Bluetooth: ISO: Change ISO seq_num to 16-bit 2022-10-24 10:38:49 +02:00
crypto.c bluetooth: host: crypto: Check input arguments with CHECKIF() 2022-10-21 20:30:47 +02:00
crypto.h
direction.c
direction_internal.h
ecc.c
ecc.h
gatt.c Bluetooth: Remove `BT_HEXDUMP_DBG` 2022-10-25 10:48:17 +02:00
gatt_internal.h
hci_common.c
hci_core.c Bluetooth: Move out `BT_ASSERT` of `common/log.h` 2022-10-25 10:48:17 +02:00
hci_core.h Bluetooth: Prevent bonding to the same device more than once 2022-10-27 13:16:59 +02:00
hci_ecc.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
hci_ecc.h
hci_raw.c
hci_raw_internal.h
hfp_hf.c Bluetooth: Move out `BT_ASSERT` of `common/log.h` 2022-10-25 10:48:17 +02:00
hfp_internal.h
id.c Bluetooth: Host: Add `CONFIG_BT_ID_UNPAIR_MATCHING_BONDS` 2022-10-27 13:16:59 +02:00
id.h
iso.c Bluetooth: Audio: Fix codec configuration parameter 2022-10-26 12:00:38 +02:00
iso_internal.h Bluetooth: ISO: Change ISO seq_num to 16-bit 2022-10-24 10:38:49 +02:00
keys.c Bluetooth: Replace all '!bt_addr_le_cmp' with 'bt_addr_le_eq' 2022-10-19 15:40:18 +03:00
keys.h Bluetooth: Host: Define `bt_irk_eq` 2022-10-27 13:16:59 +02:00
keys_br.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
l2cap.c Bluetooth: l2cap: reword unknown pdu warning 2022-10-04 14:09:04 +00:00
l2cap_br.c Bluetooth: l2cap: prevent deadlock on chan timeout 2022-09-26 15:13:13 +00:00
l2cap_internal.h
long_wq.c
long_wq.h
monitor.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
monitor.h
rfcomm.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
rfcomm_internal.h
scan.c Bluetooth: Host: Fix wrong addr for PA term when using adv list 2022-10-28 07:56:41 +00:00
scan.h
sdp.c Bluetooth: Move out `BT_ASSERT` of `common/log.h` 2022-10-25 10:48:17 +02:00
sdp_internal.h
settings.c Bluetooth: Remove `BT_HEXDUMP_DBG` 2022-10-25 10:48:17 +02:00
settings.h
smp.c Bluetooth: Host: Add `CONFIG_BT_ID_UNPAIR_MATCHING_BONDS` 2022-10-27 13:16:59 +02:00
smp.h
smp_null.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
ssp.c
ssp.h
testing.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
testing.h
uuid.c