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

Commit f572ba83 authored by Bhakthavatsala Raghavendra's avatar Bhakthavatsala Raghavendra
Browse files

Add flag to set LE data length to max on le coc connection

Test: mmm packages/modules/Bluetooth
Flag: com.android.bluetooth.flags.set_max_data_length_for_lecoc
Bug: 373726267
Bug: 315241296
Change-Id: I8ec41c91dd21c77da88016c587e83b33cf727c04
parent 9919522b
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -35,3 +35,12 @@ flag {
    is_exported: true
}

flag {
    name: "set_max_data_length_for_lecoc"
    namespace: "bluetooth"
    description: "set le data length to max on le coc connection to achieve better data rate"
    bug: "373726267"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}