nRF54L15 Channel Sounding with iOS 27 Beta2

Dear all,

I am testing Bluetooth Channel Sounding on nRF54L15 DK with nRF Connect SDK v3.3.1,and use the app  on iOS 27 Beta2.

Environment:  SDK: nRF Connect SDK v3.3.1     Board: nRF54L15 DK   Sample used: samples/bluetooth/channel_sounding/ipt_reflector

I modified the ipt_reflector sample to support bonding,and add the ras service in adv. but now the app can connect to the reflector, but Channel Sounding ranging cannot start.

Logs

*** Booting nRF Connect SDK v3.3.1-1d7a0b0e49b8 ***
*** Using Zephyr OS v4.3.99-37e6c28576ee ***
I: Starting Channel Sounding IPT Reflector Sample
I: 2 Sectors of 4096 bytes
I: alloc wra: 0, e90
I: data wra: 0, b0
I: SoftDevice Controller build revision:
I: fc 51 7a e9 58 2c 6f fb |.Qz.X,o.
I: 6d 35 9f 17 3e 08 c8 c1 |m5..>...
I: 7b e9 5b 95 |{.[.
I: HW Platform: Nordic Semiconductor (0x0002)
I: HW Variant: nRF54Lx (0x0005)
I: Firmware: Standard Bluetooth controller (0x00) Version 252.31313 Build 1865177321
I: No ID address. App must call settings_load()
I: HCI transport: SDC
I: Identity: D0:41:35:CE:ED:79 (random)
I: HCI: version 6.3 (0x11) revision 0x301f, manufacturer 0x0059
I: LMP: version 6.3 (0x11) subver 0x301f
I: Settings loaded
I: Connected to 1C:8E:2A:B5:FC:70 (public) (err 0x00)
I: Security changed: 1C:8E:2A:B5:FC:70 (public) level 2
W: Ignoring data for unknown channel ID 0x003a

Related