Searched refs:mConnectionBlocker (Results 1 – 1 of 1) sorted by relevance
46 private CountDownLatch mConnectionBlocker = null; field in BluetoothGattMultiDevicesClient60 && mConnectionBlocker != null) {62 mConnectionBlocker.countDown();109 mConnectionBlocker = new CountDownLatch(1); in connect()113 timeout = !mConnectionBlocker.await(CALLBACK_TIMEOUT_SEC, SECONDS); in connect()