Searched refs:btState (Results 1 – 2 of 2) sorted by relevance
220 final int btState = mLocalBluetoothAdapter.getState(); in processKeyboardState() local221 if ((btState == BluetoothAdapter.STATE_TURNING_ON || btState == BluetoothAdapter.STATE_ON) in processKeyboardState()228 if (btState == BluetoothAdapter.STATE_TURNING_ON) { in processKeyboardState()234 if (btState != BluetoothAdapter.STATE_ON) { in processKeyboardState()
5259 int btState = intent.getIntExtra(BluetoothProfile.EXTRA_STATE, -1); in onReceive() local5267 switch (btState) { in onReceive()