Home
last modified time | relevance | path

Searched refs:PENDING_RESPONSE (Results 1 – 1 of 1) sorted by relevance

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DBleConnection.java98 PENDING_RESPONSE, enumConstant
225 if (!state.compareAndSet(ConnectionState.PENDING_RESPONSE, ConnectionState.READY) in maybeSendNextCommand()
228 ConnectionState.PENDING_RESPONSE)) { in maybeSendNextCommand()
251 if (state.compareAndSet(ConnectionState.READY, ConnectionState.PENDING_RESPONSE)) { in writeCharacteristic()
269 if (state.compareAndSet(ConnectionState.READY, ConnectionState.PENDING_RESPONSE)) { in readCharacteristic()
288 if (state.compareAndSet(ConnectionState.READY, ConnectionState.PENDING_RESPONSE)) { in writeDescriptor()