BluetoothKit icon indicating copy to clipboard operation
BluetoothKit copied to clipboard

Configuration does not support full scan

Open bird1423 opened this issue 2 years ago • 0 comments

Problem: let configuration = BKConfiguration(dataServiceUUID: serviceUUID, dataServiceCharacteristicUUID: characteristicUUID) try central.startWithConfiguration(configuration)

I want to scan all Bluetooth devices. I find that the configuration item cannot be set, and the UUID is empty, but the device cannot be scanned

bird1423 avatar Oct 14 '22 01:10 bird1423