Is there any Iphone\IOS version which supports sending extended BLE packets?
Does NRF connect IOS app support it?
I am using it on Android and can't find a supported Iphone..
Thanks,
Tomer
Is there any Iphone\IOS version which supports sending extended BLE packets?
Does NRF connect IOS app support it?
I am using it on Android and can't find a supported Iphone..
Thanks,
Tomer
Hi,
There is no suport for sending extended advertising packets (of any form) with nRF Connect for iOS. Regarding APIs there may be some support (there is for scanning, though apple does not recomend the use of extended advertisign in their Accessory Design Guidelines for Apple Devices as it is not one of the recomended advertising types).
I agree that ADV_EXT_IND is not indicated directly anywhere. But, looking at this document, I see that it is actually recomends using "Data Packet Length Extension". Moreover, they mention that this is the recommended approach for both performance and battery life:
Chapter 49.7:
"Data Packet Length Extension increases the maximum data length from 27 to 251. Using larger per-packet data lengths improves radio efficiency, greatly increasing application data rates and boosting battery life. See the Bluetooth 5.0 specification, Volume 6, Part B, Section 4.6.6 for details.
Accessories should support Data Packet Length Extension for best performance with devices.
iOS devices and Mac computers operating as the Central will negotiate optimal data packet lengths based on various factors, such as connection event length, system topology, and protocol.
"
Hi,
Data Length Extension (DLE) is a concept in connections and have nothing to do with advertising.
OK, sorry for mixing it up. Thanks!
Can you guide me regarding the API? Which API do exists so I will make a try on my own?