Hi,

I have writter FTP server for Bluetooth.
Now i need to add it to SDP records.
I have made following changes for it:

Added following in init.rc:

service ftp /system/bin/sdptool add --channel=7 FTP
    user bluetooth
    group bluetooth net_bt_admin
    disabled
    oneshot

Added following in BluetoothUuid.java

public static final UUID FileTransfer =
UUID.fromString("00001106-0000-1000-8000-00805F9B34FB");

public static boolean isFtp(UUID uuid) {
        return uuid.equals(FileTransfer);
    }
___________________________________________________________

Is there anything else to be done.
I couldn't find any changes needed to be done on sdp.c

Please advice

Thanks,
Ajith

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to