Alejandro H. Cruz

Results 21 comments of Alejandro H. Cruz

Thanks again, let me set the type to keep the code as close as how it was before changing to SweetBlue for now. We were also explicitly stating the type...

Feel like I'm getting to understand everything. I'll look into the MtuTestCallback as you suggested, what I'm doing so far is, once the device is in the BleDeviceState.INITIALIZED is: if...

I see, yeah `requestMtu `makes more sense for an asynchronous request. We have full control of the Firmware but it should work as it is right now, because otherwise it's...

Hi, my conclusion is that the SweetBlue library is doing something wrong. Further ideas/assistance is welcomed. This works: if (valueByte.length > 20) { characteristic.setValue(valueByte); characteristic.setWriteType(BluetoothGattCharacteristic.WRITE_TYPE_DEFAULT); boolean status = deviceToUpgrade.getNativeGatt().writeCharacteristic(characteristic); Log.d(TAG,...

Sorry if my language was not clear: I meant that the paired device is returning the aforementioned error (data being in a wrong format). I assume, based on the commit...

I see your point. Then I'm out of ideas regarding that specific issue.

๐Ÿงช I made a small experiment in the `onNotificationPosted` function (`NLService`). This snipped of Kotlin code woulde automatically reject incoming calls from Telegram X or WhatsApp: ``` if (notification.category ==...

Totally agree! Good points. Still, the way the actions are triggered would apply, it's fairly simple. ________________________________ De: Florent Revest Enviado: viernes, 7 de agosto de 2020 0:21 Para: AsteroidOS/AsteroidOSSync...

Hi, any news on this? :)

Do you know if this new YearClasses would take the number of cores more into account? It doesn't seem right to only care about the GHz in the classes >...