GuillaumeBourge
GuillaumeBourge
I updated my cla :)
That's good comment, i understand your wish to carry the user/dev to avoid any possible mistake or oversight and i am totally ok with it ! Maybe we should add...
i do not see how today we can make this feature with customOperation... There is cache on differents levels, we have to manipulate the ServiceDiscoveryManager.java to clears theses caches :/...
Yes we can perform a discover from CustomOperation but in "ServiceDiscoveryManager.java" there are also 2 level of cache, the observable saved and the rx ".cache()" on the other observable... So...
For me yes this may introduce miss understanding behaviour for basic use (where this feature don't aim). But at the opposite, not having it, may introduce the same for user...
Any news about integrating this feature in this shape or another @dariuszseweryn ?
We worked on the service changed BLE feature (0x2A05) cause iOS needs it to be able to refresh services, it works fine with it. On Android we can see in...
For the audio error that was my fault, i miss to add setAudioTrack(false) but that not fix the bluetooth issue... The BluetoothAdapter seems to be called even if audiotrack set...
> Actually, I've found a way. You'll need some reflection to get `skeletonRig` from `ModelRenderable`, then use following code snipped for inspiration: > > ``` > val modelSkeletonRig = (node.renderable...