Searched defs:CONNECT_HFP_OUTGOING (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDeviceProfileState.java67 public static final int CONNECT_HFP_OUTGOING = 1; field in class:BluetoothDeviceProfileState
319 case CONNECT_HFP_OUTGOING:
405 } else if (message.arg1 == CONNECT_HFP_OUTGOING) {
454 if (mCommand != CONNECT_HFP_OUTGOING &&
472 case CONNECT_HFP_OUTGOING:
479 if (mCommand == CONNECT_HFP_OUTGOING) {
481 cancelCommand(CONNECT_HFP_OUTGOING);
502 if (mCommand == CONNECT_HFP_OUTGOING) {
504 cancelCommand(CONNECT_HFP_OUTGOING);
513 cancelCommand(CONNECT_HFP_OUTGOING);
[all...]

Completed in 163 milliseconds