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

Commit a04bce38 authored by Rakesh KrishnaMoorthy's avatar Rakesh KrishnaMoorthy Committed by Steve Kondik
Browse files

Bluetooth : Reserve the RFCOMM channel 20 for FTP profile

Add the channel 20 as part of RESERVED_RFCOMM_CHANNELS so that it
is not allocated to applications by the Rfcomm channel picker

Change-Id: I9229150a95289420ba8e7b64a6095bb9b5c3bb5f
parent 735a0577
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -649,6 +649,7 @@ public final class BluetoothAdapter {
            11,  // HSAG
            12,  // OPUSH
            19,  // PBAP
	    20,  // FTP
        };
        private static LinkedList<Integer> sChannels;  // master list of non-reserved channels
        private static Random sRandom;