rhummelmose / BluetoothKit

Easily communicate between iOS/OSX devices using BLE
Other
2.27k stars 267 forks source link

Configuration does not support full scan #119

Open bird1423 opened 1 year ago

bird1423 commented 1 year ago

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