Post

Replies

Boosts

Views

Activity

Reply to Request for Suggestions to Improve BLE Throughput on iOS Devices
I encountered the same issue. On iPadOS 17 and earlier systems, data packets could be sent multiple times within a single connection interval, but on iPadOS 18, they could only be sent once. Using a packet capture tool, I found that within a connection interval, iPadOS 17 sends a packet of data with the "More Data" attribute set to True, whereas iPadOS 18 sends it with the attribute set to False. As shown in the figure, multiple transmissions can occur within a very short time interval, whereas in iPadOS 18, only one transmission is allowed with an interval of 30ms Has your problem been solved? I would like to know if this issue is due to some restrictions imposed by iPadOS 18 or if there is a problem with our program configuration. I am looking forward to your reply
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’25
Reply to Request for Suggestions to Improve BLE Throughput on iOS Devices
I encountered the same issue. On iPadOS 17 and earlier systems, data packets could be sent multiple times within a single connection interval, but on iPadOS, they could only be sent once. Using a packet capture tool, I discovered that within a connection interval, iPadOS sends a packet of data with the "More Data" attribute set to True, while iPadOS sends it with the attribute set to False. As shown in the figure, multiple transmissions can occur within a very short time interval. In iPadOS 18, only one transmission is allowed with an interval of 30ms Has your problem been solved? I would like to know if this issue is due to some restrictions imposed by iPadOS 18 or if there is a problem with our program configuration. I am looking forward to your reply
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’25