summaryrefslogtreecommitdiff
path: root/src/profile.c
Commit message (Expand)AuthorAgeFilesLines
* src/profile: Updates HFP version to 1.7Ankit Navik2018-05-161-2/+2
* core/profile: Fix calling service_acceptLuiz Augusto von Dentz2016-10-241-1/+1
* profile: Fix accepting connections without an associated serviceJohan Hedberg2016-05-241-4/+5
* core/profile: Fix possible crash when registering profilesLuiz Augusto von Dentz2015-11-081-12/+2
* src/profile: Fix segmentation faultVinicius Costa Gomes2015-10-191-2/+6
* core/gatt: Cleanup service probeLuiz Augusto von Dentz2015-09-031-2/+9
* src/profile: Add GoepL2CapPsm in SDP recordGowtham Anandha Babu2015-08-101-7/+31
* core/profiles: Fix not handling disconnections properlyLuiz Augusto von Dentz2015-07-071-2/+7
* src/profile: Set service to connecting in ext_connectHsin-Yu Chao2015-04-271-2/+4
* core: Use local libbluetooth includesMarcel Holtmann2015-02-281-5/+6
* core/profiles: Update PCE record versionLuiz Augusto von Dentz2014-12-021-1/+1
* core: Fix error not returned if service is not supportedJaganath Kanakkassery2014-11-261-0/+3
* src/profile: Add HSP default record for external profilesRakesh M K2014-11-261-0/+47
* src/profile: Add pbapsupportedfeatures to PSEGowtham Anandha Babu2014-11-121-0/+3
* src/profile: Add feature bits to MAS SDP recordGowtham Anandha Babu2014-10-221-0/+3
* core: Remove unneeded assignmentAndrei Emeltchenko2014-08-011-1/+0
* core: Remove dead codeAndrei Emeltchenko2014-07-041-4/+0
* core/profile: Fix regression when registering for client onlyLuiz Augusto von Dentz2014-04-221-1/+1
* core: Minor coding style fixJohan Hedberg2014-03-271-2/+4
* core/profile: Fix failing to accept connections without a serviceLuiz Augusto von Dentz2014-03-271-9/+31
* core: Update btd_adapter_find_device to also match the address typeJohan Hedberg2014-03-221-1/+1
* core/profile: Add MapSupportedFeatures to MSN recordLuiz Augusto von Dentz2014-03-211-0/+3
* core/profile: Remove code for waiting services to be resolvedLuiz Augusto von Dentz2014-03-201-56/+0
* core: Don't use GLib allocators for bt_uuid2string and bt_name2stringJohan Hedberg2014-01-211-11/+11
* Rename glib-helper to uuid-helperJohan Hedberg2014-01-211-1/+1
* core: Add flags parameter to bt_search_serviceSzymon Janc2014-01-201-1/+1
* Rename adapter_find_device to btd_adapter_find_deviceSzymon Janc2013-11-271-1/+1
* Rename adapter_get_address to btd_adapter_get_addressSzymon Janc2013-11-271-6/+6
* profile: Add missing browse group to MAS, MNS and SYNC recordsSzymon Janc2013-11-191-0/+15
* core/profile: Fix MNS record versionLuiz Augusto von Dentz2013-10-091-1/+2
* adapter: Handle removing of SDP recordsSzymon Janc2013-09-231-1/+1
* adapter: Handle adding new SDP recordsSzymon Janc2013-09-231-4/+3
* profile: Remove support for Cancel methodDenis Kenzior2013-09-111-18/+0
* core: Make use of g_dbus_send_message_with_replyLuiz Augusto von Dentz2013-09-091-2/+2
* core: Fix error message in profile ext_auth functionFrederic Danis2013-08-011-1/+1
* core: Fix default authorize value for external profilesMartin Xu2013-07-171-0/+13
* core: Add mode option to external profile default configurationLuiz Augusto von Dentz2013-06-241-0/+9
* profile: Fix incoming connections without SDP recordChristian Fetzer2013-05-221-0/+1
* profile: Error-cases for incoming connectionsMikel Astiz2013-05-081-11/+23
* 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