You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
latest library update causes advertisement not showing anymore.
I/BluetoothLeAdvertiser(15672): startAdvertising is called
I/BluetoothAdapter(15672): isLeEnabled(): ON
I/BluetoothLeAdvertiser(15672): startAdvertisingSet, calling package name = dev.steenbakker.flutter_ble_peripheral_example
I/BluetoothAdapter(15672): isLeEnabled(): ON
I/FlutterBlePeripheral(15672): onStartSuccess() mode: 2, txPOWER 1
I/BLE Peripheral state (15672): advertising
I/BluetoothLeAdvertiser(15672): stopAdvertising is called
I/BluetoothLeAdvertiser(15672): stopAdvertisingSet, calling package name = dev.steenbakker.flutter_ble_peripheral_example
V/AudioManager(15672): querySoundEffectsEnabled...
I/BluetoothLeAdvertiser(15672): stopAdvertising is called
it seems that as soon as I/BLE Peripheral state (15672): advertising happened, within a second: I/BluetoothLeAdvertiser(15672): stopAdvertising is called.
I/BLE Peripheral state (15672): advertising
I/BluetoothLeAdvertiser(15672): stopAdvertising is called
These two lines were generated together when the start advertising button was clicked.
causing, it not to show any advertisement
previous version was fine
The text was updated successfully, but these errors were encountered:
latest library update causes advertisement not showing anymore.
I/BluetoothLeAdvertiser(15672): startAdvertising is called
I/BluetoothAdapter(15672): isLeEnabled(): ON
I/BluetoothLeAdvertiser(15672): startAdvertisingSet, calling package name = dev.steenbakker.flutter_ble_peripheral_example
I/BluetoothAdapter(15672): isLeEnabled(): ON
I/FlutterBlePeripheral(15672): onStartSuccess() mode: 2, txPOWER 1
I/BLE Peripheral state (15672): advertising
I/BluetoothLeAdvertiser(15672): stopAdvertising is called
I/BluetoothLeAdvertiser(15672): stopAdvertisingSet, calling package name = dev.steenbakker.flutter_ble_peripheral_example
V/AudioManager(15672): querySoundEffectsEnabled...
I/BluetoothLeAdvertiser(15672): stopAdvertising is called
it seems that as soon as I/BLE Peripheral state (15672): advertising happened, within a second: I/BluetoothLeAdvertiser(15672): stopAdvertising is called.
I/BLE Peripheral state (15672): advertising
I/BluetoothLeAdvertiser(15672): stopAdvertising is called
These two lines were generated together when the start advertising button was clicked.
causing, it not to show any advertisement
previous version was fine
The text was updated successfully, but these errors were encountered: