summaryrefslogtreecommitdiff
path: root/src/profile.c
Commit message (Expand)AuthorAgeFilesLines
* profile: Add support for experimental flagLuiz Augusto von Dentz2023-05-151-0/+6
* core: block not allowed UUID connect in authYun-Hao Chung2021-08-041-0/+11
* profile: Fail RegisterProfile if UUID already existsJoão Paulo Rechi Vita2021-07-011-0/+30
* src: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* profile: Fix reporting error message when connection failedPali Rohár2020-04-221-2/+3
* profile: Return -ENOENT for HSP AGLuiz Augusto von Dentz2020-04-141-1/+1
* profile: Add default SDP record for Headset role of HSP 1.2Pali Rohár2020-04-131-0/+63
* profile: Export Remote Audio Volume Control SDP valuePali Rohár2020-04-131-2/+14
* profile: Remove duplicate initialization of version and profileLuiz Augusto von Dentz2020-04-131-3/+0
* profile: Fix not setting default features for HFP 1.7Pali Rohár2020-04-131-6/+14
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* 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