Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11e799c9 authored by Fen Wang's avatar Fen Wang Committed by android-build-merger
Browse files

Merge "Add to receive BTHF_CALL_STATE_DISCONNECTED at HFP" am: 9814364f

am: 0b1f03a4

Change-Id: Id6320626fe1bc89045fe529264fcde3aa298ed33
parents 9d29caed 0b1f03a4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ public final class HeadsetHalConstants {
    static final int CALL_STATE_INCOMING = 4;
    static final int CALL_STATE_WAITING = 5;
    static final int CALL_STATE_IDLE = 6;
    static final int CALL_STATE_DISCONNECTED = 7;

    // match up with bthf_hf_ind_type_t of bt_hf.h
    static final int HF_INDICATOR_ENHANCED_DRIVER_SAFETY = 1;