I have a device. After pairing, it is shown as connected in the Bluetooth list of the mobile phone. Before iOS 18, I could retrieve the device through the retrieveConnectedPeripherals method, but after iOS 18, I cannot retrieve it. What is the reason? Because when the device is connected, it no longer sends broadcast packets. How can I retrieve the device?
Post
Replies
Boosts
Views
Activity
There is a Bluetooth device that simulates a mouse, and the bluetooth connection parameters of the device meet the requirements of Apple. The HID service can make iPhone automatically connect when it is close to the device. At present, there is a problem, that is, after a period of time, iPhone HID will not automatically connect, but Android phone is normal. What kind of problem is causing this?