We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Android 12+ writeCharacteristic error can't discover service / service_discovery_failure /
PlatformException (PlatformException(service_discovery_failure, com.polidea.rxandroidble2.exceptions.BleGattCallbackTimeoutException: GATT exception from MAC address CB:4E:FD:F6:E6:8C, with type BleGattOperation{description='SERVICE_DISCOVERY'}, [com.polidea.rxandroidble2.internal.operations.ServiceDiscoveryOperation.lambda$timeoutFallbackProcedure$3(ServiceDiscoveryOperation.java:74), com.polidea.rxandroidble2.internal.operations.ServiceDiscoveryOperation$$ExternalSyntheticLambda3.call(Unknown Source:4), io.reactivex.internal.operators.single.SingleDefer.subscribeActual(SingleDefer.java:36), io.reactivex.Single.subscribe(Single.java:3666), io.reactivex.internal.operators.single.SingleTimeout$TimeoutMainObserver.run(SingleTimeout.java:126), io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38), io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26), java.util.concurrent.FutureTask.run(FutureTask.java:264), java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:307), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637), java.lang.Thread.run(Thread.java:1012)], null))
Steps to reproduce the behavior:
D/BluetoothGatt(19485): connect() - device: CB4EFD_C, auto: true D/BluetoothGatt(19485): registerApp() D/BluetoothGatt(19485): registerApp() - UUID=2b68004b-e7ac-430f-98b0-24e71705ac20 D/BluetoothGatt(19485): onClientRegistered() - status=0 clientIf=5 D/BluetoothGatt(19485): onClientConnectionState() - status=0 clientIf=5 device=CB4EFD_C D/BluetoothGatt(19485): onConnectionUpdated() - Device=CB4EFD_C interval=30 latency=0 timeout=200 status=0 D/BluetoothGatt(19485): onConnectionUpdated() - Device=CB4EFD_C interval=6 latency=0 timeout=500 status=0 I/scudo (19485): Stats: SizeClassAllocator64: 292M mapped (0M rss) in 1107777 allocations; remains 346716
Help me please :/
The text was updated successfully, but these errors were encountered:
I'm having the same problem Android 12+
Sorry, something went wrong.
No branches or pull requests
Android 12+ writeCharacteristic error can't discover service / service_discovery_failure /
PlatformException (PlatformException(service_discovery_failure, com.polidea.rxandroidble2.exceptions.BleGattCallbackTimeoutException: GATT exception from MAC address CB:4E:FD:F6:E6:8C, with type BleGattOperation{description='SERVICE_DISCOVERY'}, [com.polidea.rxandroidble2.internal.operations.ServiceDiscoveryOperation.lambda$timeoutFallbackProcedure$3(ServiceDiscoveryOperation.java:74), com.polidea.rxandroidble2.internal.operations.ServiceDiscoveryOperation$$ExternalSyntheticLambda3.call(Unknown Source:4), io.reactivex.internal.operators.single.SingleDefer.subscribeActual(SingleDefer.java:36), io.reactivex.Single.subscribe(Single.java:3666), io.reactivex.internal.operators.single.SingleTimeout$TimeoutMainObserver.run(SingleTimeout.java:126), io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38), io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26), java.util.concurrent.FutureTask.run(FutureTask.java:264), java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:307), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1137), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637), java.lang.Thread.run(Thread.java:1012)], null))
Steps to reproduce the behavior:
Help me please :/
The text was updated successfully, but these errors were encountered: