Searched refs:BluetoothDevicePairer (Results 1 – 4 of 4) sorted by relevance
46 public class AddAccessoryActivity extends Activity implements BluetoothDevicePairer.EventListener {91 private BluetoothDevicePairer mBluetoothPairer;92 private int mPreviousStatus = BluetoothDevicePairer.STATUS_NONE;446 if (mBluetoothPairer.getStatus() == BluetoothDevicePairer.STATUS_WAITING_TO_PAIR && in btDeviceClicked()493 mBluetoothPairer = new BluetoothDevicePairer(this, this); in startBluetoothPairer()515 case BluetoothDevicePairer.STATUS_WAITING_TO_PAIR: in getMessageForStatus()516 case BluetoothDevicePairer.STATUS_PAIRING: in getMessageForStatus()519 case BluetoothDevicePairer.STATUS_CONNECTING: in getMessageForStatus()522 case BluetoothDevicePairer.STATUS_ERROR: in getMessageForStatus()549 case BluetoothDevicePairer.STATUS_NONE: in statusChanged()[all …]
31 public class BluetoothInputDeviceConnector implements BluetoothDevicePairer.BluetoothConnector {81 private BluetoothDevicePairer.OpenConnectionCallback mOpenConnectionCallback;111 if (BluetoothDevicePairer.hasValidInputDevice(mContext, new int[] {deviceId})) {147 BluetoothDevicePairer.OpenConnectionCallback callback) { in BluetoothInputDeviceConnector()
30 public class BluetoothA2dpConnector implements BluetoothDevicePairer.BluetoothConnector {38 private BluetoothDevicePairer.OpenConnectionCallback mOpenConnectionCallback;115 BluetoothDevicePairer.OpenConnectionCallback callback) { in BluetoothA2dpConnector()
46 public class BluetoothDevicePairer { class277 public BluetoothDevicePairer(Context context, EventListener listener) { in BluetoothDevicePairer() method in BluetoothDevicePairer