Reedyuk / blue-falcon

A Bluetooth kotlin multiplatform "Cross-Platform" library for iOS and Android
https://bluefalcon.dev
Apache License 2.0
321 stars 43 forks source link

BluetoothService list in peripheral is empty #125

Closed firmfreez closed 2 weeks ago

firmfreez commented 3 months ago

How do I get the serviceUUID of a device without connecting to it? Only using the scan() method?

Reedyuk commented 3 months ago

pass in null for the method, does this return a list of devices? did you view the example?