summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-05device: Convert device_get_address into simple getterSzymon Janc14-140/+87
2012-10-05adapter: Constify pointer returned by adapter_get_addressSzymon Janc18-30/+40
2012-10-05storage: Constify bdaddr_t pointers parametersSzymon Janc2-87/+105
2012-10-05adapter: Convert adapter_get_address into simple getterSzymon Janc23-277/+179
2012-10-04core: Fix walking the list while removing elementsLucas De Marchi1-2/+3
2012-10-04core: Fix leaking connection list nodesLucas De Marchi1-0/+2
2012-10-04audio: Remove unused functionChan-yeol Park2-41/+0
2012-10-04mgmt: Add string for Passkey Notify EventChan-yeol Park1-0/+1
2012-10-04core: Use DBus.Properties on Manager interfaceLucas De Marchi1-56/+25
2012-10-04audio: Use DBus.Properties on Control interfaceLucas De Marchi1-39/+18
2012-10-04gdbus: Implement PropertiesChanged signalLucas De Marchi2-2/+109
2012-10-04gdbus: Simplify code for appending propertiesLuiz Augusto von Dentz1-32/+2
2012-10-04gdbus: Integrates ObjectManager with Properties interfaceLuiz Augusto von Dentz1-1/+27
2012-10-04gdbus: Only export ObjectManager interface on root pathLuiz Augusto von Dentz1-2/+15
2012-10-04gdbus: Group interface changes to reduce the amount of signals emittedLuiz Augusto von Dentz1-154/+208
2012-10-04gdbus: Add support for org.freedesktop.DBus.ObjectManager interfaceLuiz Augusto von Dentz1-10/+237
2012-10-04gdbus: Add properties into Introspectable interfaceLucas De Marchi1-0/+19
2012-10-04gdbus: Implement DBus.Properties.Set methodLucas De Marchi2-1/+157
2012-10-04gdbus: Implement DBus.Properties.GetAll methodLucas De Marchi1-1/+55
2012-10-04gdbus: Implement DBus.Properties.Get methodLucas De Marchi2-1/+69
2012-10-04gdbus: Add skeleton of DBus.Properties interfaceLucas De Marchi1-0/+46
2012-10-04gdbus: Use macros to add annotationsLucas De Marchi1-12/+28
2012-10-04gdbus: Move typedefs upLucas De Marchi1-18/+29
2012-10-04build-sys: Don't use deprecated INCLUDES variableLucas De Marchi1-2/+2
2012-10-04build-sys: Don't use deprecated AM_PROG_MKDIR_PLucas De Marchi1-1/+1
2012-10-04AVDTP: Remove hand-written function name from logLucas De Marchi1-1/+1
2012-10-04AVCTP: Remove hand-written function name from logLucas De Marchi1-1/+1
2012-10-04core: Add GoepL2capPsm lookup for external OBEX profilesJohan Hedberg1-0/+21
2012-10-03lib: Add GoepL2capPsm SDP attribute defineJohan Hedberg1-0/+1
2012-10-03neard: Implement RequestOOB functionSzymon Janc1-1/+89
2012-10-03neard: Implement PushOOB functionSzymon Janc1-7/+247
2012-10-03Add initial neard plugin implementationSzymon Janc4-0/+230
2012-10-03oob: Refactor oob callback handling and move it to adapter codeSzymon Janc7-129/+81
2012-10-03adapter: Add btd_adapter_get_class functionSzymon Janc2-0/+7
2012-10-03adapter: Rename btd_adapter_get_class to btd_adapter_read_classSzymon Janc3-3/+3
2012-10-03adapter: Add btd_adapter_get_services functionSzymon Janc2-0/+6
2012-10-03eir: Add support for creating proper OOB EIRSzymon Janc2-14/+27
2012-10-03eir: Remove struct uuid_infoSzymon Janc2-19/+17
2012-10-03eir: Return number of bytes written by eir_create_oobSzymon Janc2-2/+4
2012-10-03eir: Remove support for creating EIR with tx_power fieldsSzymon Janc2-9/+2
2012-10-03eir: Rename eir_create to eir_create_oobSzymon Janc2-2/+2
2012-10-03eir: Add support for creating EIR with CoD fieldSzymon Janc2-2/+18
2012-10-03eir: Add support creating EIR with hash and randomizer fieldsSzymon Janc2-6/+30
2012-10-03eir: Add eir_parse_oob functionSzymon Janc2-0/+27
2012-10-03eir: Store class in struct eir_data as uint32_tSzymon Janc6-19/+12
2012-10-03eir: Add support for parsing SSP hash and randomizerSzymon Janc2-0/+20
2012-10-03mgmt: Handle missing randomizer in mgmt_add_remote_oob_dataSzymon Janc2-8/+3
2012-10-03alert: Fix various coding style issuesJohan Hedberg1-23/+25
2012-10-03alert: Add org.bluez.AlertAgent to D-Bus policy fileAnderson Lizardo1-0/+1
2012-10-03alert: Implement Release() agent methodAnderson Lizardo2-3/+26