Searched refs:btState (Results 1 – 3 of 3) sorted by relevance
238 final int btState = mLocalBluetoothAdapter.getState(); in processKeyboardState() local239 if ((btState == BluetoothAdapter.STATE_TURNING_ON || btState == BluetoothAdapter.STATE_ON) in processKeyboardState()246 if (btState == BluetoothAdapter.STATE_TURNING_ON) { in processKeyboardState()252 if (btState != BluetoothAdapter.STATE_ON) { in processKeyboardState()
394 int btState = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, -1); in onReceiveBtEvent() local395 onScoAudioStateChanged(btState); in onReceiveBtEvent()
762 int btState = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, in onReceive() local766 if (btState == BluetoothAdapter.STATE_OFF) { in onReceive()769 } else if (btState == BluetoothAdapter.STATE_ON) { in onReceive()