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

Commit 0b1f03a4 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

Change-Id: I594d2339c8e466f571f276e009ffe38cfc5d1d5f
parents e1b05142 9814364f
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;