summaryrefslogtreecommitdiff
path: root/src/service.c
Commit message (Expand)AuthorAgeFilesLines
* service: Add initiator argument to service_acceptLuiz Augusto von Dentz2022-05-121-1/+3
* service: Add btd_service_is_initiatorLuiz Augusto von Dentz2021-09-171-0/+10
* core: add is_allowed property in btd_serviceYun-Hao Chung2021-08-041-0/+33
* service: add adapter powered check before connectingArchie Pusaka2020-11-051-0/+3
* src: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* device: Fix reply of DisconnectProfilePali Rohár2020-04-281-1/+2
* service: Remove unnecessary btd_assertLuiz Augusto von Dentz2017-11-241-1/+0
* core/profile: Fix calling service_acceptLuiz Augusto von Dentz2016-10-241-0/+19
* core/service: Fix setting wrong state after calling acceptLuiz Augusto von Dentz2016-09-081-1/+2
* core/service: Fix setting connecting stateLuiz Augusto von Dentz2016-08-091-1/+1
* core/service: Allow disconnected -> connected state changeMiroslav Koskar2016-06-131-1/+2
* core: Fix replying with an error for connected profileLuiz Augusto von Dentz2015-11-231-0/+1
* core: Use local assert function where possibleMarcel Holtmann2015-11-081-5/+5
* core/service: Fix failing to connect external profileLuiz Augusto von Dentz2015-11-021-1/+1
* core/service: Fix calling driver .accept multiple timesLuiz Augusto von Dentz2015-10-261-0/+12
* src/profile: Set service to connecting in ext_connectHsin-Yu Chao2015-04-271-4/+7
* core: Use local libbluetooth includesMarcel Holtmann2015-02-281-2/+3
* core: Fix crash on device removalLuiz Augusto von Dentz2015-02-021-0/+1
* core/service: Remove GATT handle logicArman Uguray2015-01-161-38/+0
* core: profile: Add accept functionArman Uguray2014-12-171-0/+18
* core: service: Add start & end handle fieldsArman Uguray2014-12-171-0/+38
* core: Do not change service state in btd_service_connect if it failsLuiz Augusto von Dentz2013-11-141-5/+3
* core/service: Rename service_shutdown to service_removeLuiz Augusto von Dentz2013-07-101-1/+2
* core: Fix not been able to cancel Device.Connect with Device.DisconnectLuiz Augusto von Dentz2013-06-111-0/+5
* core: Get rid of gintLucas De Marchi2013-05-011-1/+1
* profile: Use btd_service for connect/disconnectMikel Astiz2013-04-261-2/+2
* service: Add callbacks to track state changesMikel Astiz2013-04-261-0/+47
* service: Add error-code btd_serviceMikel Astiz2013-04-261-0/+7
* core: Add user_data to btd_serviceMikel Astiz2013-04-261-0/+12
* profile: Use btd_service for probing profilesMikel Astiz2013-04-261-2/+2
* core: Add a state enum to btd_serviceMikel Astiz2013-04-261-1/+106
* core: Add connect/disconnect API to btd_serviceMikel Astiz2013-04-261-0/+40
* core: Add probe API to btd_serviceMikel Astiz2013-04-261-0/+22
* core: Add btd_service to represent device servicesMikel Astiz2013-04-261-0/+102