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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDeviceProfileState.java68 public static final int CONNECT_HFP_INCOMING = 2; field in class:BluetoothDeviceProfileState
323 case CONNECT_HFP_INCOMING:
478 case CONNECT_HFP_INCOMING:
567 if (mCommand != CONNECT_HFP_INCOMING &&
586 case CONNECT_HFP_INCOMING:
599 handleIncomingConnection(CONNECT_HFP_INCOMING, value);
603 handleIncomingConnection(CONNECT_HFP_INCOMING, false);
696 case CONNECT_HFP_INCOMING:
697 processCommand(CONNECT_HFP_INCOMING);
794 case CONNECT_HFP_INCOMING
[all...]

Completed in 59 milliseconds