summaryrefslogtreecommitdiff
path: root/profiles/network/server.c
Commit message (Expand)AuthorAgeFilesLines
* profiles: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* network: Add missing fall through declarationMarcel Holtmann2017-07-111-3/+1
* profiles/network: Check for any server when accepting connectionsMaxime Chevallier2016-10-251-3/+1
* profiles/network: Add support for handling extension hdr in ctrl msgGrzegorz Kolodziejczyk2015-05-191-2/+5
* profiles/network: Remove unneeded bnep_uuid function from bnep codeGrzegorz Kolodziejczyk2015-03-121-6/+30
* profiles/network: Handle ctrl rsp after conn setup by bnepGrzegorz Kolodziejczyk2015-03-121-26/+12
* profiles/network: Move bnep connection setup logic to bnepGrzegorz Kolodziejczyk2015-03-121-21/+32
* profiles/network: Integrate get and check bnep setup services rolesGrzegorz Kolodziejczyk2015-03-091-5/+1
* profiles/network: Simplify id and bridge of server checkingGrzegorz Kolodziejczyk2015-03-021-7/+1
* profiles/network: Minor style fixGrzegorz Kolodziejczyk2015-03-021-6/+5
* profiles: Use local libbluetooth includesMarcel Holtmann2015-02-281-7/+8
* profiles/network: Use interface name passed to bnep_connaddSzymon Janc2014-02-071-0/+4
* profiles: Make btio/btio.h include localMarcel Holtmann2014-01-251-1/+1
* profiles: Use full include path for header filesMarcel Holtmann2014-01-251-6/+5
* bnep: Refactored bnep server apis for bridge addition and deletionRavi kumar Veeramally2013-12-201-34/+3
* profiles/network/server: Delete function which does nothingRavi kumar Veeramally2013-12-111-4/+0
* bnep: Move bnep related calls to bnep.h|cRavi kumar Veeramally2013-12-111-66/+0
* bnep: Rename send ctrl_rsp and make it globalRavi kumar Veeramally2013-12-111-12/+1
* 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-3/+0
* Rename adapter_get_address to btd_adapter_get_addressSzymon Janc2013-11-271-2/+2
* adapter: Handle removing of SDP recordsSzymon Janc2013-09-231-2/+2
* adapter: Handle adding new SDP recordsSzymon Janc2013-09-231-1/+1
* network: Fix crash after removing adapterLuiz Augusto von Dentz2013-08-211-0/+1
* network: Fix user data handling on unregisterPatrik Flykt2013-02-011-2/+4
* profiles: Fix includes for uuid.hMarcel Holtmann2013-01-091-1/+1
* network: Append version to Network and NetworkServer interfacesLuiz Augusto von Dentz2012-12-141-1/+1
* 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: Fix trying to register NetworkServer interface multiple timesLuiz Augusto von Dentz2012-11-261-20/+44
* network: Specify id while registering serverMikel Astiz2012-10-251-5/+4
* adapter: Convert adapter_get_address into simple getterSzymon Janc2012-10-051-5/+3
* adapter: Use authorization id for cancellingMikel Astiz2012-10-011-5/+4
* network: Simplify DBusConnection object handlingAndrzej Kaczmarek2012-09-211-8/+5
* network: Fix bnep setup failure handle bugChan-yeol Park2012-09-031-1/+3
* core: replace NULL by dbus invalid argumentsChan-yeol Park2012-09-031-2/+2
* Update code base to use the new BtIO APIJohan Hedberg2012-08-281-2/+2
* network: Remove sessions from server on DBus call UnregisterTomasz Bursztyka2012-08-241-0/+2
* network: Kill underlying session's connection before freeing itTomasz Bursztyka2012-08-241-0/+2
* network: Release session's interface from bridge when unregisteringTomasz Bursztyka2012-08-241-3/+21
* network: Keep track of session's interface name in serverTomasz Bursztyka2012-08-241-0/+3
* network: Check full BNEP UUIDPar-Gunnar Hjalmdahl2012-08-151-3/+23
* network: move it to profiles folderGustavo Padovan2012-07-101-0/+792