summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* gdbus: Implement DBus.Properties.GetAll methodLucas De Marchi2012-10-041-1/+55
* gdbus: Implement DBus.Properties.Get methodLucas De Marchi2012-10-042-1/+69
* gdbus: Add skeleton of DBus.Properties interfaceLucas De Marchi2012-10-041-0/+46
* gdbus: Use macros to add annotationsLucas De Marchi2012-10-041-12/+28
* gdbus: Move typedefs upLucas De Marchi2012-10-041-18/+29
* build-sys: Don't use deprecated INCLUDES variableLucas De Marchi2012-10-041-2/+2
* build-sys: Don't use deprecated AM_PROG_MKDIR_PLucas De Marchi2012-10-041-1/+1
* AVDTP: Remove hand-written function name from logLucas De Marchi2012-10-041-1/+1
* AVCTP: Remove hand-written function name from logLucas De Marchi2012-10-041-1/+1
* core: Add GoepL2capPsm lookup for external OBEX profilesJohan Hedberg2012-10-041-0/+21
* lib: Add GoepL2capPsm SDP attribute defineJohan Hedberg2012-10-031-0/+1
* neard: Implement RequestOOB functionSzymon Janc2012-10-031-1/+89
* neard: Implement PushOOB functionSzymon Janc2012-10-031-7/+247
* Add initial neard plugin implementationSzymon Janc2012-10-034-0/+230
* oob: Refactor oob callback handling and move it to adapter codeSzymon Janc2012-10-037-129/+81
* adapter: Add btd_adapter_get_class functionSzymon Janc2012-10-032-0/+7
* adapter: Rename btd_adapter_get_class to btd_adapter_read_classSzymon Janc2012-10-033-3/+3
* adapter: Add btd_adapter_get_services functionSzymon Janc2012-10-032-0/+6
* eir: Add support for creating proper OOB EIRSzymon Janc2012-10-032-14/+27
* eir: Remove struct uuid_infoSzymon Janc2012-10-032-19/+17
* eir: Return number of bytes written by eir_create_oobSzymon Janc2012-10-032-2/+4
* eir: Remove support for creating EIR with tx_power fieldsSzymon Janc2012-10-032-9/+2
* eir: Rename eir_create to eir_create_oobSzymon Janc2012-10-032-2/+2
* eir: Add support for creating EIR with CoD fieldSzymon Janc2012-10-032-2/+18
* eir: Add support creating EIR with hash and randomizer fieldsSzymon Janc2012-10-032-6/+30
* eir: Add eir_parse_oob functionSzymon Janc2012-10-032-0/+27
* eir: Store class in struct eir_data as uint32_tSzymon Janc2012-10-036-19/+12
* eir: Add support for parsing SSP hash and randomizerSzymon Janc2012-10-032-0/+20
* mgmt: Handle missing randomizer in mgmt_add_remote_oob_dataSzymon Janc2012-10-032-8/+3
* alert: Fix various coding style issuesJohan Hedberg2012-10-031-23/+25
* alert: Add org.bluez.AlertAgent to D-Bus policy fileAnderson Lizardo2012-10-031-0/+1
* alert: Implement Release() agent methodAnderson Lizardo2012-10-032-3/+26
* alert: Add support for unread alert notificationEder Ruiz Maria2012-10-031-4/+10
* alert: Add support for new alert notificationEder Ruiz Maria2012-10-031-4/+12
* alert: Add support for alert status notificationEder Ruiz Maria2012-10-031-2/+16
* alert: Add support for ringer setting notificationEder Ruiz Maria2012-10-031-2/+154
* alert: Update Alert Status and Ringer Setting characteristic valuesAnderson Lizardo2012-10-031-0/+24
* alert: Add test-alert scriptEder Ruiz Maria2012-10-032-1/+174
* alert: Add support for calling SetRinger()Eder Ruiz Maria2012-10-031-0/+27
* alert: Add support for calling MuteOnce()Eder Ruiz Maria2012-10-031-0/+24
* alert: Implement MuteOnce commandAnderson Lizardo2012-10-031-0/+25
* alert: Update unread alert characteristic valueAnderson Lizardo2012-10-031-0/+31
* alert: Update new alert characteristic valueAnderson Lizardo2012-10-031-0/+39
* alert: Update Supported New/Unread Category characteristic valuesAnderson Lizardo2012-10-031-1/+33
* alert: Add per adapter attribute handle informationAnderson Lizardo2012-10-031-10/+47
* alert: Automatically unregister alert when agent leaves D-BusEder Ruiz Maria2012-10-031-0/+23
* alert: Add initial support for UnreadAlert D-Bus methodAnderson Lizardo2012-10-031-0/+33
* alert: Add initial support for NewAlert D-Bus methodEder Ruiz Maria2012-10-031-1/+105
* alert: Implement category registration in RegisterAlert()Eder Ruiz Maria2012-10-031-4/+98
* alert: Initial Alert NotificationAnderson Lizardo2012-10-031-0/+154