HomeSort by relevance Sort by last modified time
    Searched refs:mBleState (Results 1 - 2 of 2) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleCocClientService.java 135 private int mBleState = BluetoothProfile.STATE_DISCONNECTED;
321 if (mBluetoothGatt != null && mBleState == BluetoothProfile.STATE_CONNECTED) {
384 mBleState = newState;
413 mBleState = newState;
BleClientService.java 357 if (mBluetoothGatt != null && mBleState == BluetoothProfile.STATE_CONNECTED) {
    [all...]

Completed in 121 milliseconds