-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
General question: What devices were used for testing? #149
Comments
I/BluetoothLeAdvertiser(15672): startAdvertising is called does it appear like this in your debug console? as soon as advertising started, stop advertising is called. feel free to contact me at [email protected] so that we can discuss this further. thank you. |
For me it looks similar - like this when I try to Start advertising with the example code:
|
so obviously, something is stopping the advertisement, as soon as advertisement started...
|
I have the same issue! /BluetoothLeAdvertiser( 5681): Start AdvertisingSet |
I resolved the issue by setting the timeout to 0. |
Hello,
I am currently trying to use flutter_ble_peripheral with two devices: Samsung A72 and S20.
both can not seem to advertise data despite other apps like LightBlue stating that the phones should have that BLE feature.
No other app worked for testing, so I tried to use this but it also just does not advertise the data.
I have a feeling it might be the Samsung devices so it would be helpful to know what devices were used to test flutter_ble_peripheral.
The text was updated successfully, but these errors were encountered: