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

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

Bluetooth : Add support for starting FTP service in BT ON sequence

This change  adds a code set to start the FTP service which registers the
FTP service records in the SDP database.

Change-Id: I5bd11291c686c32044ab186e57b91437e611b725
parent 3102f311
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -464,6 +464,12 @@ public class BluetoothService extends IBluetooth.Stub {
                case 4:
                    Log.d(TAG, "Registering pbap record");
                    SystemService.start("pbap");
                    mHandler.sendMessageDelayed(
                           mHandler.obtainMessage(MESSAGE_REGISTER_SDP_RECORDS, 5, -1), 500);
                    break;
                case 5:
                    Log.d(TAG, "Registering ftp record");
                    SystemService.start("ftp");
                    break;
                }
                break;