-
Notifications
You must be signed in to change notification settings - Fork 582
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
Are there plans to support Rx-BluetoothGattServer? #152
Comments
Hello @brightredchilli |
Alright, that sounds great - i imagine we'd need to maintain a separate dev branch while the server side stuff gets up to speed - its probably not going to have all of the layers and bells and whistles that the client side has for a bit. I'll start off with 'getWriteCharacteristic'(get all ble writes to a characteristic on this gatt server), in my opinion this has the least dependencies and is the easiest to understand. |
A good idea from @uKL: prepare the server module so it could be easily plugged in instead of an |
Is there any ongoing work for this. Would love to collaborate? |
is there any plan to release RxAndroidBle version with server support? If yes, then when it is expected to arrive? |
Hello @kobronson We have a plan (as you see this issue being opened) but it is not decided yet in what version of the library (or a different project) it will be available nor when will it arrive. There are things that have greater priority at the moment. External pull requests are welcomed though. :) |
Just to mention that the API may be shared with the mock #370 |
@DariuszAniszewski I could really use this, how much work would a simple implementation take? Maybe I can fund a Bounty on it. |
Thank you for the proposal. From my experience there is not much trouble using the vanilla Android API for the BLE Server. The general idea for the server functionality was about enabling an easy mocking experience for test purposes of this library. Unfortunately we are short on time/people to maintain the |
Hi, I'm working on a project that starts a ble server. As far as I can tell, this library does not wrap BluetoothGattServer. Are there plans for this, and if so, would it be interesting for me to try to get a PR in of something that I have in place? I based my work heavily on how this library is structured.
This is how I imagine the interface would look like:
The text was updated successfully, but these errors were encountered: