Thanks for being a part of WWDC25!

How did we do? We’d love to know your thoughts on this year’s conference. Take the survey here

Playground Bluetooth

RSS for tag

Display and manage connections to Bluetooth peripherals in Swift Playgrounds using Playground Bluetooth.

Posts under Playground Bluetooth tag

3 Posts
Sort by:

Post

Replies

Boosts

Views

Activity

BLE iOS in background (app collapsed)
Hello. In my app, I need to implement the following mechanism: I need to collect data from nearby Bluetooth devices, process them, and send this information to the server at short intervals, including when the app is minimized. Is this possible on iOS? BGProcessingTask has restrictions related to battery saving policies and does not guarantee task execution at specific intervals. Additionally, there is a limitation on background task execution, which can occur no more frequently than every 15 minutes. However, some apps, such as Google Maps, work in the background and update geolocation data. Could you suggest a solution for this task? Thanks for any help on this topic
2
0
391
Jan ’25
How to update a Bluetooth device's name on iPhone Settings list after a rename via an App
Hello, Our device firmware has a companion iOS app that allows a user to rename it. We are connected to the iPhone via BT Classic. The new name is reflected on the app, however, the iPhone BT device list still shows the old name. It doesn't seem to get updated to the new name unless we unpair/re-pair the device to the phone. Is there a way to get the iPhone to update to the new name in the Settings BT device list without unpairing the device? Is this possible in BT Classic? Thanks.
1
0
542
Dec ’24
Service Background Bluetooth can work even kill app
Hi, I want to develop an application with service can discover neighbors devices bluetooth in background, this service can run even app was killed. The scan of bluetooth start every 5 sec as service, and find Bluetooth device and can read data from BLE device. It's possible with IOS? any limitations? Thank you Regads, Thuyet
3
0
681
Aug ’24