matfire / bluetooth_classic

MIT License
9 stars 6 forks source link

OnDone Issue #2

Closed ennihimbeqa closed 9 months ago

ennihimbeqa commented 9 months ago

OnDone doesn't get triggered, and if i make this method as a stream, it doesn't get canceled

return "Stream has been already set" Screenshot_2023-08-21_at_12 56 30

matfire commented 9 months ago

Hi there, the stream is never done, when you call the stopScan method there are no more elements being scanned and therefore pushed into the stream

ennihimbeqa commented 9 months ago

How can i send a data to bluetooth device? Example: 55 AA 00 02 23 00 30 19

matfire commented 9 months ago