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

Commit 44ecf517 authored by Bhushan Shinkar's avatar Bhushan Shinkar Committed by Yuyang Huang
Browse files

HFP: Add flag for Closing Rfcomm connection instead of resetting the connection.

Bug: 316993992
Bug: 315241296
Test: m .
Change-Id: I14599b04dfc568b37811e884898bf8ac1a838a59
parent d154a3d6
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -41,3 +41,10 @@ flag {
    description: "retry eSCO connection based on retransmission_effort"
    bug: "316498257"
}

flag {
    name: "close_rfcomm_instead_of_reset"
    namespace: "bluetooth"
    description: "Closing Rfcomm Connection instead of reset"
    bug: "316993992"
}