OSDN Git Service

android-x86/external-bluetooth-bluez.git
2013-11-18 Luiz Augusto... audio/AVDTP: Remove unused code
2013-11-18 Andrei Emeltchenkoandroid/a2dp: Use NULL for zero pointer
2013-11-18 Andrei Emeltchenkoandroid/socket: Use static local adapter address
2013-11-18 Andrei Emeltchenkoandroid/hal-sock: Add debug flag printing
2013-11-16 Szymon Jancandroid: Refactor update_found_device function
2013-11-16 Szymon Jancandroid: Fix sending invalid remote device property...
2013-11-16 Szymon Jancandroid: Fix sending remote device property if name...
2013-11-15 Marcel HoltmannRelease 5.11
2013-11-15 Marcel Holtmannbuild: Update library version
2013-11-15 Marcel Holtmannlib: Update company identifiers
2013-11-15 Lukasz Rymanowskiandroid: Change TODO with explaining comment
2013-11-15 Lukasz Rymanowskiandroid: Update bond state on auth and connect failed
2013-11-15 Lukasz Rymanowskiandroid: Cache device name on device list.
2013-11-15 Lukasz Rymanowskiandroid: Update bond state on incoming bonding
2013-11-15 Szymon Jancandroid: Fix not storing adapter index in index added...
2013-11-15 Ravi kumar... android/hal-ipc: Add pan notification call to hal-ipc...
2013-11-15 Ravi kumar... android/pan: Fix wrong HAL service id
2013-11-14 Luiz Augusto... android/a2dp: Add implementation of SDP record
2013-11-14 Johan Hedbergandroid/build: Remove unnecessary mentions of source...
2013-11-14 Johan Hedbergandroid/build: Add missing header files to android_halt...
2013-11-14 Szymon Jancandroid: Rename bluetooth service functions to match...
2013-11-14 Szymon Jancandroid: Rename adapter.c to bluetooth.c
2013-11-14 Szymon Jancandroid: Remove not needed bt_adapter_get_address function
2013-11-14 Szymon Jancandroid: Report adapter address in adapter_ready callback
2013-11-14 Szymon Jancandroid/hidhost: Use adapter address provided on register
2013-11-14 Szymon Jancandroid: Don't use static pointer for storing adapter_r...
2013-11-14 Szymon Jancandroid: Move adapter initialization to adapter.c
2013-11-14 Szymon Jancandroid: Make adapter static
2013-11-14 Luiz Augusto... core: Do not change service state in btd_service_connec...
2013-11-14 Luiz Augusto... android/a2dp: Add initial implementation of HAL_OP_A2DP...
2013-11-14 Luiz Augusto... android/a2dp: Add initial implementation of HAL_OP_A2DP...
2013-11-14 Luiz Augusto... android/a2dp: Add initial implementation of socket...
2013-11-14 Luiz Augusto... android/hal-a2dp: Add defines for possible connection...
2013-11-14 Luiz Augusto... android/hal-a2dp: Add implemention of .cleanup
2013-11-14 Luiz Augusto... android/hal-a2dp: Add implemention of .init
2013-11-14 Luiz Augusto... android/hal-a2dp: Use conn_state instead of connection_...
2013-11-14 Andrei Emeltchenkoandroid/debug: Move debug functions to hal-utils.c
2013-11-13 Szymon Jancandroid: Core service should be always registered
2013-11-13 Szymon Jancandroid: Shutdown if IPC command for unregistered servi...
2013-11-13 Luiz Augusto... audio/A2DP: Return -ENOPROTOOPT if record doesn't exist
2013-11-13 Andrei Emeltchenkoandroid/hidhost: Use correct error structure
2013-11-13 Andrei Emeltchenkoandroid/hidhost: Fix memory leak
2013-11-13 Ravi kumar... android/pan: Handle connection and control state notifi...
2013-11-13 Ravi kumar... android/pan: Add notify method to PAN notifications
2013-11-13 Ravi kumar... android: Fix opcode parameter type from uint16_t to...
2013-11-13 Ravi kumar... android/hidhost: Set info request from HAL is not supported
2013-11-13 Ravi kumar... android/hidhost: Remove deprecated idle opcode from...
2013-11-13 Ravi kumar... android/hidhost: Handle uhid output and feature events
2013-11-12 Ravi kumar... android/pan: Add PAN cleanup interface implementation
2013-11-12 Ravi kumar... android/pan: Add PAN related defines and event struct...
2013-11-12 Szymon Jancandroid: Register DeviceID record when adapter is initi...
2013-11-12 Marcin Kraglakandroid: Add support for getting UUIDs property
2013-11-12 Marcin Kraglakandroid: Clear adapter uuids during initialization
2013-11-12 Szymon Jancandroid: Remove not needed include
2013-11-12 Marcin Kraglakandroid: Add and remove sdp records and uuids
2013-11-12 Luiz Augusto... core: Do not attempt to connect if adapter is not powered
2013-11-12 Ravi kumar... android/hidhost: Fix error handling issue incase of...
2013-11-12 Ravi kumar... android/hidhost: Fix uhid create failure case
2013-11-12 Lukasz Rymanowskiandroid: Update HAL with device info on incoming connection
2013-11-12 Johan Hedbergcore: Rename attio_error_cb to avoid conflicts with...
2013-11-12 Bastien Noceraobex: Use user's cache dir as a default root
2013-11-11 Luiz Augusto... audio/AVDTP: Remove avdtp_init and avdtp_exit
2013-11-11 Bastien Noceragdbus: Fix trying to remove already removed sources
2013-11-11 Ravi kumar... android/hid: Handle virtual unplug event from hid device
2013-11-08 Andrei Emeltchenkoandroid/hal-utils: Make hal-utils functions return...
2013-11-08 Andrei Emeltchenkoandroi/haltest: Make debug functions return const string
2013-11-08 Szymon Jancandroid: Fix error handling in adapter_ready
2013-11-08 Andrei Emeltchenkoandroid/hal-sock: Add UUID debug print in socket HAL
2013-11-08 Andrei Emeltchenkoandroid/debug: Convert uuid helper to use uint8_t buffer
2013-11-08 Johan Hedbergandroid/hidhost: Fix up error logs to contain exact...
2013-11-08 Andrei Emeltchenkoandroid: Create debug hal-utils helpers
2013-11-08 Ravi kumar... android/hid: Add virtual unplug implemention in daemon
2013-11-08 Ravi kumar... android/hid: Add send data implemention in daemon
2013-11-08 Ravi kumar... android/hid: Fill send data command struct in hal-hidhost
2013-11-08 Ravi kumar... android/hid: Fix set report data format in daemon
2013-11-08 Ravi kumar... android/hid: Fill send data command struct in hal-hidhost
2013-11-08 Jerzy Kasenbergandroid/client: Add ssp key confirmation helper
2013-11-08 Jerzy Kasenbergandroid/client: Add pin handling for bind
2013-11-08 Jerzy Kasenbergandroid/client: Add prompting for answer
2013-11-08 Jerzy Kasenbergandroid/client: Split terminal_process_char
2013-11-08 Jerzy Kasenbergandroid/client: Add command line arguments
2013-11-08 Jerzy Kasenbergandroid/client: Initialize all interfaces at start
2013-11-08 Jerzy Kasenbergandroid/client: Add NELEM macro for count elements
2013-11-08 Jerzy Kasenbergandroid/client: Export get_interface_method
2013-11-08 Marcin Kraglakandroid: Fix PAN service registration
2013-11-08 Ravi kumar... android/hid: Rename virtual unplug define and struct
2013-11-08 Andrei Emeltchenkoandroid/ipc: Fix crash when sending file descriptor
2013-11-08 Ravi kumar... gitignore: Add tools/smp-tester to .gitignore
2013-11-08 Ravi kumar... android/hid: Handle virtual unplug notification in...
2013-11-08 Ravi kumar... android/hid: Add hid event virtual unplug structure...
2013-11-08 Ravi kumar... android/hid: Add missing parameters in send data struct...
2013-11-08 Ravi kumar... android/hid: Add missing hid send data parameters in...
2013-11-08 Ravi kumar... android/hid: Remove fixed number of hid set report...
2013-11-07 Johan Hedbergandroid: Remove unnecessary allocations of fixed-size...
2013-11-07 Jakub Tyszkowskiandroid: Fix sending remote device name property
2013-11-07 Jakub Tyszkowskiandroid: Remove redundant command complete callback
2013-11-07 Szymon Jancandroid/hal: Use hidhost instead of hh in hidhost HAL
2013-11-07 Szymon Jancandroid: Rename hid.c to hidhost.c
2013-11-07 Szymon Jancandroid: Rename hidhost HAL related IPC API to match...
2013-11-07 Lukasz Rymanowskiandroid: Add set/get for discovery timeout
next