summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-29bluez5: Add SCO socket declarationsClaudio Takahasi3-0/+33
2013-01-23hfp_hf_bluez5: Add SLC establishment procedureVinicius Costa Gomes1-6/+169
2013-01-23hfp_hf_bluez5: Handle NewConnection from BlueZVinicius Costa Gomes1-3/+48
2013-01-23hfp_hf_bluez5: Follow HFP AG device Alias propertyVinicius Costa Gomes1-1/+17
2013-01-23hfp_hf_bluez5: Register modem for HFP AG devicesVinicius Costa Gomes1-1/+77
2013-01-23bluez5: Add HFP_AG_UUIDVinicius Costa Gomes1-0/+1
2013-01-23hfp_hf_bluez5: Add tracking of bluetooth devicesVinicius Costa Gomes1-3/+20
2013-01-23hfp_hf_bluez5: Initial GDBusClient for BlueZVinicius Costa Gomes1-4/+47
2013-01-23bluez5: Add additional definesVinicius Costa Gomes1-1/+3
2013-01-23bluez5: Fix copy paste errorDenis Kenzior1-1/+1
2013-01-21netreg: Fix broken CMER behavior on MBMDenis Kenzior1-1/+14
2013-01-21mbm: Delay init until EMRDYDenis Kenzior1-7/+8
2013-01-21hfpmodem: Add comment for previous commitDenis Kenzior1-0/+5
2013-01-21hfpmodem: Fix release-and-swap without +CIEVMikel Astiz1-1/+45
2013-01-21hfpmodem: Avoid transitional voicecall statesMikel Astiz1-2/+12
2013-01-21hfpmodem: Refactor voicecall notify with foreachMikel Astiz1-3/+9
2013-01-20gdbus: Check for valid path before handling propertiesMarcel Holtmann1-0/+6
2013-01-17hfpmodem: Add support for sending the supported codecsVinicius Costa Gomes1-0/+29
2013-01-17hfpmodem: Add version defines for HFP 1.6Vinicius Costa Gomes1-1/+2
2013-01-17AUTHORS: Mention Claudio's contributionsDenis Kenzior1-0/+1
2013-01-16build: Use AM_CPPFLAGS instead of INCLUDESLucas De Marchi1-1/+1
2013-01-16build: Do not use deprecated AM_CONFIG_HEADERLucas De Marchi1-1/+1
2013-01-16storage: Include sys/types.h for ssize_tLucas De Marchi1-0/+1
2013-01-16hfp_hf_bluez5: Add BlueZ Profile handlerClaudio Takahasi1-1/+73
2013-01-16bluez5: Add a couple of definesClaudio Takahasi1-0/+2
2013-01-16hfp_hf_bluez5: Add initial skeleton implementationClaudio Takahasi2-1/+81
2013-01-16bluetooth: Add profile register / unregisterClaudio Takahasi3-1/+142
2013-01-16hfp_hf: Add initial file for external HFPClaudio Takahasi2-0/+45
2013-01-16bluetooth: Initial files for BlueZ 5Claudio Takahasi2-0/+36
2013-01-16bluetooth: Rename bluetooth pluginsClaudio Takahasi9-19/+19
2013-01-16build: Add configure option for BlueZ 5 supportClaudio Takahasi2-7/+20
2013-01-15sim: Fix whitespace violationDenis Kenzior1-1/+2
2013-01-01phonesim: Add support for SIM hotswapDenis Kenzior1-5/+54
2013-01-01stk: Fix crash with Modem-Handled SIM RefreshDenis Kenzior1-1/+7
2013-01-01Revert "stk: Fix crash in SIM refresh handling"Denis Kenzior1-2/+2
2012-12-30AUTHORS: Mention Forest's contributionsDenis Kenzior1-0/+1
2012-12-30sierra: Initialize GSM error reporting separatelyForest Bond1-2/+3
2012-12-30sierra: Create GPRS context in post_sim functionForest Bond1-8/+8
2013-01-06gdbus: Fix memory leak on properties_set()Anderson Lizardo1-1/+6
2013-01-05gdbus: Check signature of property value before calling setterMarcel Holtmann1-0/+5
2013-01-03gdbus: Don't include just added interfaces in GetManagedObjectsLucas De Marchi1-1/+7
2013-01-03gdbus: Simplify generated introspectionLucas De Marchi1-65/+38
2013-01-02gdbus: Hold client reference during get name owner replyMarcel Holtmann1-0/+4
2012-12-30gdbus: Call check_signals when sending signals with g_dbus_send_messageLuiz Augusto von Dentz1-0/+9
2012-12-30gdbus: Check if the interface being registered is validLuiz Augusto von Dentz1-6/+36
2012-12-30gdbus: Introduce G_DBUS_PROPERTY_FLAG_EXPERIMENTALLuiz Augusto von Dentz2-18/+33
2012-12-30gdbus: Introduce G_DBUS_SIGNAL_FLAG_EXPERIMENTALLuiz Augusto von Dentz2-4/+23
2012-12-30gdbus: Introduce G_DBUS_METHOD_FLAG_EXPERIMENTALLuiz Augusto von Dentz2-3/+45
2012-12-30gdbus: Include changed properties only once per signalMarcel Holtmann1-0/+3
2012-12-29gdbus: Update properties on D-Bus client re-connectionsMarcel Holtmann1-4/+22