Searched refs:HFP (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfileState.java46 public static final int HFP = 0; field in class:BluetoothProfileState
67 if (mProfile == HFP && (newState == BluetoothProfile.STATE_CONNECTED ||
H A DBluetoothDeviceProfileState.java40 * connections are preferred over outgoing connections and HFP preferred over
461 mService.sendProfileStateMessage(BluetoothProfileState.HFP,
574 mService.sendProfileStateMessage(BluetoothProfileState.HFP,
616 // We don't know at what state we are in the incoming HFP connection state.
631 // If this causes incoming HFP to fail, it is more of a headset problem
720 // with HFP. Sometimes A2DP connection can
721 // fail due to the disconnection of HFP. So add a retry
830 // Incoming A2DP will be handled by Bluez, Disconnect HFP
919 // with HFP. Sometimes HID connection can
920 // fail due to the disconnection of HFP
[all...]
/frameworks/base/core/java/android/server/
H A DBluetoothService.java232 mHfpProfileState = new BluetoothProfileState(mContext, BluetoothProfileState.HFP);
2502 if (profile == BluetoothProfileState.HFP) {

Completed in 94 milliseconds