Bluetooth Low Energy (BLE) 5 Extended Advertising

Hello,

I’m currently working on a project that implements Bluetooth Low Energy (BLE) 5 Extended Advertising.

We are experiencing an issue specifically on iOS 18.6.2. The device is visible/scannable, but we are unable to establish a connection with it.

Initially, our advertising interval was set to 2 seconds. We suspected that this interval might be too long for reliable discovery on iOS, so we reduced it to 100 ms.

With the same firmware and advertising configuration:

  • iOS 26.5.2: the device is discovered and a connection can be established successfully.
  • iOS 18.6.2: the device can be detected/scanned, but the connection cannot be established.

Could you please clarify whether there are any known limitations, restrictions, or differences in the handling of Bluetooth 5 Extended Advertising between iOS 18.6.2 and newer iOS versions?

In particular, we would like to know whether iOS 18.6.2 has any specific requirements regarding:

  • BLE Extended Advertising / LE Extended Advertising
  • Primary and secondary advertising channels
  • Advertising intervals
  • PHY configuration (1M / 2M / Coded PHY)
  • Connectable Extended Advertising

We would also appreciate any documentation or known issues related to Extended Advertising on iOS that could explain why the same device and configuration works correctly on iOS 26.5.2.

Thank you in advance for your help.

Bluetooth Low Energy (BLE) 5 Extended Advertising
 
 
Q