Searched refs:mBluetoothPairer (Results 1 – 1 of 1) sorted by relevance
105 private BluetoothDevicePairer mBluetoothPairer; field in AddAccessoryActivity158 if (activity.mBluetoothPairer != null) { in handleMessage()160 activity.mBluetoothPairer.start(); in handleMessage()161 activity.mBluetoothPairer.cancelPairing(); in handleMessage()493 if (mBluetoothPairer != null && !mBluetoothPairer.isInProgress()) { in btDeviceClicked()494 if (mBluetoothPairer.getStatus() == BluetoothDevicePairer.STATUS_WAITING_TO_PAIR && in btDeviceClicked()495 mBluetoothPairer.getTargetDevice() != null) { in btDeviceClicked()507 mBluetoothPairer.startPairing(target); in btDeviceClicked()518 if (mBluetoothPairer != null) { in cancelBtPairing()519 if (mBluetoothPairer.getTargetDevice() != null) { in cancelBtPairing()[all …]