I have a bluetooth device from which I receive data through this
block without connecting to the device. Is it possible to scan for this device in the background without connection ? If so, any help on implementation please ?
Code Block func centralManager(_ central: CBCentralManager, didDiscover peripheral: CBPeripheral, advertisementData: [String : Any], rssi RSSI: NSNumber)
block without connecting to the device. Is it possible to scan for this device in the background without connection ? If so, any help on implementation please ?
I’m not very familiar with bluetooth management.
I just know there are limitations to the use of BT in background.
Could this help you ?
https://stackoverflow.com/questions/53830181/ble-background-scan-is-not-working-in-swift
I just know there are limitations to the use of BT in background.
Could this help you ?
https://stackoverflow.com/questions/53830181/ble-background-scan-is-not-working-in-swift