summaryrefslogtreecommitdiff
path: root/src/profile.c
Commit message (Expand)AuthorAgeFilesLines
...
* profile: Fix remotely initiated connections without serviceMikel Astiz2013-05-081-1/+8
* profile: Use btd_service for connect/disconnectMikel Astiz2013-04-261-11/+18
* profile: Use btd_service for probing profilesMikel Astiz2013-04-261-2/+6
* profile: Remove UUID list from probe functionMikel Astiz2013-04-261-3/+2
* profile: Add MNS server recordChristian Fetzer2013-04-101-0/+55
* profile: Limit to one remote UUID per profileMikel Astiz2013-03-101-15/+10
* core: Fix crash when registering an invalid profileVinicius Costa Gomes2013-02-231-1/+6
* core: Fix missing return statement in ext_svc_completeJohan Hedberg2013-02-011-0/+4
* core: Fix checking for correct async operation idJohan Hedberg2013-01-311-1/+1
* core: Move SDP record fetching to NewConnection sending functionJohan Hedberg2013-01-311-42/+41
* core: Do authorization and service resolving in parallelJohan Hedberg2013-01-311-36/+53
* core: Fix SDP resolving for incoming external profile connectionsJohan Hedberg2013-01-311-6/+41
* core: Use bdaddr_t instead of char * for device creationJohan Hedberg2013-01-251-3/+1
* core: Fix includes for mgmt.h and uuid.hMarcel Holtmann2013-01-091-2/+2
* core: Prefer adapter_foreach over manager functionJohan Hedberg2013-01-031-3/+2
* core: Fix argument check for register profile methodMarcel Holtmann2012-12-231-2/+7
* core: Fix being able to register the same custom property multiple timesLuiz Augusto von Dentz2012-12-211-14/+31
* core: Fix btd_profile_remove_custom_prop crashLuiz Augusto von Dentz2012-12-211-1/+4
* core: Add btd_profile_remove_custom_prop functionLuiz Augusto von Dentz2012-12-211-0/+18
* core: Remove extra empty lineMarcel Holtmann2012-12-141-1/+0
* core: Fix conn->psm setting when resolving SDP recordsJohan Hedberg2012-12-131-3/+2
* core: Add SYNC recordLuiz Augusto von Dentz2012-12-121-0/+49
* core: Add MAS recordLuiz Augusto von Dentz2012-12-121-0/+50
* profile: Fix missing unexpected disconnection notificationJohan Hedberg2012-12-111-0/+1
* profile: Get rid of not needed btd_profile_cb defineJohan Hedberg2012-12-111-24/+42
* profile: Use direct calls for profile connection statesJohan Hedberg2012-12-111-10/+8
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Use the entire include path for btio.hLucas De Marchi2012-12-051-1/+1
* Use the entire include path for gdbus.hLucas De Marchi2012-12-051-1/+1
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* profile: Remove not local variable needed in ext_connectSzymon Janc2012-12-041-2/+0
* profile: Fix possible NULL pointer dereferenceSzymon Janc2012-12-041-1/+1
* core: Fix reading D-Bus boolean parameters too local bool typeJohan Hedberg2012-11-261-4/+5
* core: Add auto_connect entries to profile defaultsJohan Hedberg2012-11-261-0/+7
* core: Use UUID-16 or UUID-32 when possible when resolving profilesJohan Hedberg2012-11-211-0/+1
* core: Add external profile disconnection supportJohan Hedberg2012-11-201-25/+80
* core: Fix SDP registration when staring server sockets failsJohan Hedberg2012-11-171-0/+14
* core: Add support for generic L2CAP & RFCOMM profilesJohan Hedberg2012-11-171-0/+89
* core: Fix external profile remote UUID settingJohan Hedberg2012-11-171-2/+9
* core: Add support for custom SPP service UUIDsJohan Hedberg2012-11-161-1/+11
* core: Add default PBAP Server service recordJohan Hedberg2012-11-161-0/+52
* core: Add default entry for PBAP ClientJohan Hedberg2012-11-161-2/+39
* core: Move external profile record handles into a common structureJohan Hedberg2012-11-161-13/+46
* core: Add Service property for external profilesJohan Hedberg2012-11-161-11/+47
* core: Use ext_io for client PSM/channel lookupsJohan Hedberg2012-11-151-9/+12
* core: Add default SDP record for FTPJohan Hedberg2012-11-151-0/+60
* core: Use "real" channel from ext_io for SDP recordsJohan Hedberg2012-11-151-4/+4
* core: Add support for default OPP recordJohan Hedberg2012-11-151-0/+71
* core: Allow dynamically allocated PSMs and Channels for profilesJohan Hedberg2012-11-151-46/+102
* core: Keep local and remote channel/PSM info separate to avoid confusionJohan Hedberg2012-11-151-25/+34