summaryrefslogtreecommitdiff
path: root/profiles/network
AgeCommit message (Expand)AuthorFilesLines
2013-12-20bnep: Refactored bnep server apis for bridge addition and deletionRavi kumar Veeramally3-47/+51
2013-12-20bnep: Refactored bnep connect and disconnect callsRavi kumar Veeramally3-58/+71
2013-12-20bnep: Add bnep_disconnect and bnep_set_disconnect apisRavi kumar Veeramally2-0/+39
2013-12-20bnep: Add bnep_new and bnep_free api'sRavi kumar Veeramally2-0/+47
2013-12-20bnep: Rename struct bnep_conn to bnep and vars for better readabilityRavi kumar Veeramally1-40/+40
2013-12-11profiles/network/server: Delete function which does nothingRavi kumar Veeramally3-7/+0
2013-12-11bnep: Move bnep related calls to bnep.h|cRavi kumar Veeramally3-67/+71
2013-12-11bnep: Rename send ctrl_rsp and make it globalRavi kumar Veeramally3-12/+14
2013-12-11bnep: Rename bnep_kill_connection to bnep_conndelRavi kumar Veeramally4-5/+4
2013-12-10bnep: Remove unneeded assignmentAndrei Emeltchenko1-1/+0
2013-11-29profiles/network: Rename common.c|h to bnep.c|hRavi kumar Veeramally5-4/+4
2013-11-29profiles/network: Refactor bnep connection setup functionalityRavi kumar Veeramally4-164/+211
2013-11-27Rename adapter_get_address to btd_adapter_get_addressSzymon Janc2-3/+3
2013-10-03bnep: improve error-msg if bnep.ko is not loadedDavid Herrmann2-4/+14
2013-09-23adapter: Handle removing of SDP recordsSzymon Janc1-2/+2
2013-09-23adapter: Handle adding new SDP recordsSzymon Janc1-1/+1
2013-08-21network: Fix crash after removing adapterLuiz Augusto von Dentz1-0/+1
2013-06-24network: Remove find_connection()Mikel Astiz1-21/+10
2013-06-24network: Fix missing NULL check for given UUIDMikel Astiz1-1/+4
2013-06-24network: Remove duplicated searchMikel Astiz1-4/+0
2013-05-03network: Fix invalid read while removing deviceLuiz Augusto von Dentz1-2/+5
2013-04-26profile: Use btd_service for connect/disconnectMikel Astiz4-128/+19
2013-04-26network: Hold a reference to btd_serviceMikel Astiz1-5/+7
2013-04-26network: Add trivial helper functionMikel Astiz1-4/+7
2013-04-26profile: Use btd_service for probing profilesMikel Astiz3-4/+10
2013-04-26network: Bypass manager during probe/removeMikel Astiz3-39/+16
2013-04-26network: Fail if multiple profile instancesMikel Astiz1-2/+5
2013-04-26profile: Remove UUID list from probe functionMikel Astiz1-6/+3
2013-03-10profile: Limit to one remote UUID per profileMikel Astiz1-3/+3
2013-02-01network: Fix user data handling on unregisterPatrik Flykt1-2/+4
2013-01-09profiles: Fix includes for uuid.hMarcel Holtmann3-3/+3
2013-01-04profiles: Remove the total silly usage of gchar and replace it with charMarcel Holtmann1-6/+6
2012-12-21network: Add debug logs to better follow the connection procedureJohan Hedberg1-0/+10
2012-12-21network: Fix bnep_send_conn_req error checkingJohan Hedberg1-2/+4
2012-12-21network: Remove unnecessary function castJohan Hedberg1-1/+1
2012-12-21network: Fix passing correct btd_profile to device_profile_connectedJohan Hedberg1-1/+1
2012-12-21network: Remove pointless pointer assignment at end of functionJohan Hedberg1-1/+0
2012-12-21Revert "network: Remove Network.Connect and Network.Disconnect"Johan Hedberg3-1/+119
2012-12-19network: Remove unused bnep_kill_all_connections functionJohan Hedberg2-29/+0
2012-12-19network: Remove unused bnep_service_id functionJohan Hedberg2-26/+0
2012-12-14network: Append version to Network and NetworkServer interfacesLuiz Augusto von Dentz2-2/+2
2012-12-11network: Fix profile connection state notificationsJohan Hedberg5-110/+59
2012-12-11profile: Get rid of not needed btd_profile_cb defineJohan Hedberg1-39/+12
2012-12-11profile: Use direct calls for profile connection statesJohan Hedberg1-20/+20
2012-12-07Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg5-0/+20
2012-12-05Reorder btio.h includesLucas De Marchi2-2/+2
2012-12-05Use the entire include path for btio.hLucas De Marchi2-2/+2
2012-12-05Use the entire include path for gdbus.hLucas De Marchi4-4/+4
2012-12-05Ensure config.h is included by using CPPFLAGSLucas De Marchi5-20/+0
2012-11-26network: Only export UUID and Interface properties while connectedLuiz Augusto von Dentz1-32/+48