We use BLE devices connected to an iPhone, but after updating iOS to version 26.4 from version26.2, the following issue occurred:
The device operates normally immediately after pairing.
However, after disconnecting and reconnecting,
the connection drops approximately 30 seconds later.
The details of the error passed to func centralManager(_ central: CBCentralManager, didDisconnectPeripheral peripheral: CBPeripheral, error: Error?) at that time are as follows:
Error Domain=CBErrorDomain Code=7 "The specified device has disconnected from us."
What could be the possible cause of this?
2
0
225