nemomobile / buteo-sync-plugins

1 stars 7 forks source link

Patch to create a bluetooth profile for device-device sync #19

Closed kavuri closed 10 years ago

kavuri commented 10 years ago

This patch enables the creation of a profile for bluetooth based device-device sync. If the target is a PC, then the profile name would be PC-SYNC.xml. Incase of a device, the profile can be fetched with the call: ProfileManager.getSyncProfilesByData(QString::null, Profile::TYPE_SYNC, KEY_BT_ADDRESS, "B4:EE:D4:F6:19:E7"); Added bt_template.xml as the template XML file for profile generation

Signed-off-by: Sateesh Kavuri sateesh.kavuri@gmail.com

chriadam commented 10 years ago

Minor comment or two, but in general LGTM

kavuri commented 10 years ago

Commented