Home | History | Annotate | Download | only in hfp

Lines Matching refs:CONNECT

431         public boolean connect(BluetoothDevice device) {
436 return service.connect(device);
678 public boolean connect(BluetoothDevice device) {
681 Log.w(TAG, "connect: PRIORITY_OFF, device=" + device + ", " + Utils.getUidPidString());
686 Log.e(TAG, "connect: Cannot connect to " + device + ": no headset UUID, "
691 Log.i(TAG, "connect: device=" + device + ", " + Utils.getUidPidString());
702 Log.w(TAG, "connect: device " + device
724 stateMachine.sendMessage(HeadsetStateMachine.CONNECT, device);
1643 Log.w(TAG, "onAudioStateChangedFromStateMachine, failed to connect"