aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-08-06Add service UUIDs from EIR to the DeviceFound signalInga Stotland
2010-08-05Handle arrays in device properties dictionary.Inga Stotland
2010-08-05Fix in logic to write EIR when SDP records are changed.Inga Stotland
2010-08-05Support for adding UUID128 to extended inquiry responseInga Stotland
2010-08-05Clean up code that generates extended inquiry response.Inga Stotland
2010-08-05Minor fix when skipping duplicate UUID16 from EIR.Inga Stotland
2010-08-05Spec constants for Extended Inquiry Response field typesInga Stotland
2010-08-03Fix not emitting 'Name' PropertyChanged when adapter is downLuiz Augusto von Dentz
2010-08-03Fix reading adapter name on DEVUPLuiz Augusto von Dentz
2010-07-13Make FindAdapter() accept lower-case hex addressesElvis Pfützenreuter
2010-07-12Remove double g_option_context_free() callMarcel Holtmann
2010-07-12Rename --nodaemon option into --nodetachMarcel Holtmann
2010-07-12Add support for printing daemon versionMarcel Holtmann
2010-07-11Add mode option for L2CAP sockets to the BtIO APISantiago Carot-Nemesio
2010-07-09Add btd_adapter_switch_online for turning on adaptersDaniel Orstadius
2010-07-02Fix the return value of read_device_aliasVinicius Costa Gomes
2010-07-01core: fix not waiting until mode change is completeLuiz Augusto von Dentz
2010-07-01core: fix emitting pairable when there could still occur an errorLuiz Augusto von Dentz
2010-06-29Fix use of errno after calling some function that could overwrite itLuiz Augusto von Dentz
2010-06-29Fix sending authentication reply when bonding is already completedLuiz Augusto von Dentz
2010-06-29Fix not propagating bonding error properlyLuiz Augusto von Dentz
2010-06-29Fix not cancelling authentication when bonding failsLuiz Augusto von Dentz
2010-06-29Remove redundant information that is already present in DBGLuiz Augusto von Dentz
2010-06-29Fix some code style issuesLuiz Augusto von Dentz
2010-06-29Fix unblock removed deviceDaniel Orstadius
2010-06-17Fix attempt to use a potential negative array indexJohan Hedberg
2010-06-16Don't handle Changed Combination Link Key for temporary keysWaldemar Rymarkiewicz
2010-06-15Make use of device_get_agent() in device_request_authentication()Johan Hedberg
2010-06-12Enable all debug sections when SIGUSR2 is triggeredMarcel Holtmann
2010-06-12Remove the broken concept of debug_enabled handlingMarcel Holtmann
2010-06-12Rename debug() into btd_debug() to hide it in favor of DBG()Marcel Holtmann
2010-06-12Store debug keys in runtime memoryJohan Hedberg
2010-06-12Remove unnecessary device_set_agent functionJohan Hedberg
2010-06-12Auto-accept user confirmation when local agent has NoInputNoOutputJohan Hedberg
2010-06-12Clean up SSP user confirmation codeJohan Hedberg
2010-06-12Simplify agent lookupJohan Hedberg
2010-06-11Fix not looking into storage when a record is not found in memoryLuiz Augusto von Dentz
2010-06-11Fix DiscoverServices not retrieving any recordsLuiz Augusto von Dentz
2010-06-08Fix regression with debug via SIGUSR2Gustavo F. Padovan
2010-06-08log: Remove vinfo functionGustavo F. Padovan
2010-06-08Remove ifndef barrier from log.h and btio.hGustavo F. Padovan
2010-06-08Fix redundant null check on calling free()Gustavo F. Padovan
2010-06-07Reject remote just-works SSP attempts when MITM protection is requiredJohan Hedberg
2010-06-07Don't follow remote MITM if local IO capability is NoInputNoOutputJohan Hedberg
2010-06-06Allow performing dedicated bonding without MITM requirementJohan Hedberg
2010-05-26Coding style cleanupJohan Hedberg
2010-05-23Fix driver removal upon device removalJohan Hedberg
2010-05-21Move debug() to DBG()Gustavo F. Padovan
2010-05-21Move logging.{c,h} to log.{c,h}Gustavo F. Padovan
2010-05-21Add dynamic debug featureGustavo F. Padovan