summaryrefslogtreecommitdiff
path: root/profiles/network/manager.c
Commit message (Expand)AuthorAgeFilesLines
* profiles: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* profiles: Use local libbluetooth includesMarcel Holtmann2015-02-281-7/+5
* profiles: Use full include path for header filesMarcel Holtmann2014-01-251-6/+7
* profiles/network/server: Delete function which does nothingRavi kumar Veeramally2013-12-111-2/+0
* profiles/network: Rename common.c|h to bnep.c|hRavi kumar Veeramally2013-11-291-1/+1
* bnep: improve error-msg if bnep.ko is not loadedDavid Herrmann2013-10-031-3/+8
* profile: Use btd_service for connect/disconnectMikel Astiz2013-04-261-73/+6
* profile: Use btd_service for probing profilesMikel Astiz2013-04-261-0/+1
* network: Bypass manager during probe/removeMikel Astiz2013-04-261-34/+6
* profile: Remove UUID list from probe functionMikel Astiz2013-04-261-6/+3
* profile: Limit to one remote UUID per profileMikel Astiz2013-03-101-3/+3
* profiles: Fix includes for uuid.hMarcel Holtmann2013-01-091-1/+1
* profiles: Remove the total silly usage of gchar and replace it with charMarcel Holtmann2013-01-041-6/+6
* network: Fix passing correct btd_profile to device_profile_connectedJohan Hedberg2012-12-211-1/+1
* network: Fix profile connection state notificationsJohan Hedberg2012-12-111-41/+48
* profile: Get rid of not needed btd_profile_cb defineJohan Hedberg2012-12-111-39/+12
* profile: Use direct calls for profile connection statesJohan Hedberg2012-12-111-20/+20
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* 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
* network: Fix always attempting to connect to PANU serviceLuiz Augusto von Dentz2012-11-261-2/+1
* network: Add missing local_uuid valuesJohan Hedberg2012-11-201-0/+3
* network: Remove unnecessary field from connect_reqMikel Astiz2012-10-261-6/+1
* network: Add missing btd_device reference countingJohan Hedberg2012-10-251-1/+4
* network: Add network .connect and .disconnectMikel Astiz2012-10-251-0/+99
* network: Split Network into three btd_profileMikel Astiz2012-10-251-19/+86
* network: Specify id while registering serverMikel Astiz2012-10-251-2/+2
* network: Remove redundant struct network_peer membersSzymon Janc2012-10-161-16/+6
* device: Convert device_get_address into simple getterSzymon Janc2012-10-051-5/+5
* adapter: Constify pointer returned by adapter_get_addressSzymon Janc2012-10-051-1/+2
* adapter: Convert adapter_get_address into simple getterSzymon Janc2012-10-051-5/+5
* core: Add profile parameter to adapter and device probe functionsJohan Hedberg2012-09-251-4/+7
* network: Simplify DBusConnection object handlingAndrzej Kaczmarek2012-09-211-14/+2
* core: Move profile code into profile.{c,h}Johan Hedberg2012-09-111-0/+1
* Add profile abstraction (replaces btd_device drivers)Johan Hedberg2012-09-031-69/+22
* network: move it to profiles folderGustavo Padovan2012-07-101-0/+223