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

Commit 38cd0077 authored by Hsin-chen Chuang's avatar Hsin-chen Chuang
Browse files

Add flag rfcomm_cancel_ongoing_sdp_on_close

Bug: 370916753
Bug: 315241296
Test: mmm packages/modules/Bluetooth
Change-Id: I66a0aa1d275db4a2899b97dc3c6adcb14be0877a
parent 18289b7c
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -37,3 +37,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "rfcomm_cancel_ongoing_sdp_on_close"
    namespace: "bluetooth"
    description: "Make sure the ongoing SDP is cleaned up when the socket is closed"
    bug: "370916753"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}