Jochen Jägers
Jochen Jägers
@icodk: i had the same problem with response.badRequest() I solved it by setting response.code = HTTP_STATUS_BAD_REQUEST as described for forbidden and notFound in HttpResponse.h You sould be fine by replacing...
I basically only replace the BleakErrors with device not found messages by BleakDeviceNotFoundError But this covers not all functions/backends yet. CoreBluetooth: - [x] connect - [ ] ~~pair~~ (``"Pairing is...
For Android the documentation is ambiguous. On the one hand: https://developer.android.com/guide/topics/connectivity/bluetooth/connect-gatt-server > The service will first call [getRemoteDevice()](https://developer.android.com/reference/android/bluetooth/BluetoothAdapter#getRemoteDevice(java.lang.String)) on the BluetoothAdapter to access the device. If the adapter is unable...
From my point of view this is ready to merge now.
> Thanks for updating! Thanks for your fast and constructive feedback.
I want to bring this topic back to live. I already ported the WinRT part to bleak version 0.15.1 and using it successfully for a few weeks now in my...
How can we proceed here? For my use case also "device not found" is a expected exception for unpair operations. What do you think about starting with this exception and...
> "the OS bluetooth stack has never seen this device or it was removed and forgotten" That's exactly what I would expect from this exception. > The exception would be...
I created a fist draft for further discussion: https://github.com/hbldh/bleak/pull/1022
I had a very similar problem while writing data to a Nordic UART service. I had many access denies errors when I started with bleak version 0.13 and after updating...