summaryrefslogtreecommitdiff
path: root/profiles/network/connection.c
Commit message (Expand)AuthorAgeFilesLines
* profiles: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* profiles/network: Log connection event after setting device nameedef2020-08-271-1/+1
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* profiles/network: Fix crash in network_property_get_uuidSzymon Janc2015-04-091-1/+2
* profiles/network: Fix not being able to initiate connectionSzymon Janc2015-04-091-2/+2
* profiles/network: Move disconnection_cb setting to bnep connectGrzegorz Kolodziejczyk2015-03-121-3/+1
* profiles/network: Remove unneeded bnep_uuid function from bnep codeGrzegorz Kolodziejczyk2015-03-121-7/+12
* profiles/network: Make get_service_id connections private methodGrzegorz Kolodziejczyk2015-03-091-6/+14
* profiles/network: Shortening service name argument to svcGrzegorz Kolodziejczyk2015-03-091-16/+16
* profiles: Use local libbluetooth includesMarcel Holtmann2015-02-281-5/+6
* profiles/network: Allow to pass interface name to bnep_newSzymon Janc2014-02-071-2/+4
* profiles: Make btio/btio.h include localMarcel Holtmann2014-01-251-1/+1
* profiles: Use full include path for header filesMarcel Holtmann2014-01-251-8/+8
* bnep: Refactored bnep connect and disconnect callsRavi kumar Veeramally2013-12-201-18/+30
* bnep: Rename bnep_kill_connection to bnep_conndelRavi kumar Veeramally2013-12-111-1/+1
* profiles/network: Rename common.c|h to bnep.c|hRavi kumar Veeramally2013-11-291-1/+1
* profiles/network: Refactor bnep connection setup functionalityRavi kumar Veeramally2013-11-291-159/+13
* Rename adapter_get_address to btd_adapter_get_addressSzymon Janc2013-11-271-1/+1
* network: Remove find_connection()Mikel Astiz2013-06-241-21/+10
* network: Fix missing NULL check for given UUIDMikel Astiz2013-06-241-1/+4
* network: Remove duplicated searchMikel Astiz2013-06-241-4/+0
* network: Fix invalid read while removing deviceLuiz Augusto von Dentz2013-05-031-2/+5
* profile: Use btd_service for connect/disconnectMikel Astiz2013-04-261-28/+11
* network: Hold a reference to btd_serviceMikel Astiz2013-04-261-5/+7
* network: Add trivial helper functionMikel Astiz2013-04-261-4/+7
* profile: Use btd_service for probing profilesMikel Astiz2013-04-261-2/+7
* network: Bypass manager during probe/removeMikel Astiz2013-04-261-3/+8
* network: Fail if multiple profile instancesMikel Astiz2013-04-261-2/+5
* network: Add debug logs to better follow the connection procedureJohan Hedberg2012-12-211-0/+10
* network: Fix bnep_send_conn_req error checkingJohan Hedberg2012-12-211-2/+4
* network: Remove unnecessary function castJohan Hedberg2012-12-211-1/+1
* network: Remove pointless pointer assignment at end of functionJohan Hedberg2012-12-211-1/+0
* Revert "network: Remove Network.Connect and Network.Disconnect"Johan Hedberg2012-12-211-1/+93
* network: Append version to Network and NetworkServer interfacesLuiz Augusto von Dentz2012-12-141-1/+1
* network: Fix profile connection state notificationsJohan Hedberg2012-12-111-13/+7
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Reorder btio.h includesLucas De Marchi2012-12-051-1/+1
* 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
* network: Only export UUID and Interface properties while connectedLuiz Augusto von Dentz2012-11-261-32/+48
* network: Fix invalid read on exitLuiz Augusto von Dentz2012-11-261-28/+0
* network: Fix not responding to Device.ConnectProfileLuiz Augusto von Dentz2012-11-261-0/+2
* network: Remove Network.Connect and Network.DisconnectLuiz Augusto von Dentz2012-11-261-80/+1
* network: Make use of D-Bus Properties interfaceLuiz Augusto von Dentz2012-11-261-65/+68
* network: Fix dead assignment in connect_cbSzymon Janc2012-11-131-4/+1
* network: Expose internal connection APIMikel Astiz2012-10-251-48/+100
* network: Trivial function renameMikel Astiz2012-10-251-6/+6
* network: Remove redundant struct network_peer membersSzymon Janc2012-10-161-33/+33
* adapter: Constify pointer returned by adapter_get_addressSzymon Janc2012-10-051-3/+3