OSDN Git Service

android-x86/external-bluetooth-bluez.git
2013-11-06 Szymon Jancandroid: Remove mgmt_version and mgmt_revision static...
2013-11-06 Szymon Jancandroid: Require at least 1.3 version of mgmt interface
2013-11-06 Szymon Jancadapter: Move MGMT_VERSION macro to mgmt.h
2013-11-06 Szymon Jancmonitor: Fallback to 80 columns terminal if not able...
2013-11-05 Marcin Kraglakandroid: Pass found uuids to remote_device_properties_cb
2013-11-05 Marcin Kraglakandroid: Fetch remote device uuids after pairing
2013-11-05 Marcin Kraglakandroid: Initial implementation of get_remote_services
2013-11-05 Luiz Augusto... android/hid: Fix passing wrong adapter address to bt_io...
2013-11-05 Jerzy Kasenbergandroid/client: Fix build for android 4.3
2013-11-05 Ravi kumar... android/hid: Add hid event proto mode structure to...
2013-11-05 Johan Hedbergtools/smp-tester: Add simple success test case
2013-11-05 Szymon Jancandroid: Suppress compiler warnings not enabled by...
2013-11-05 Luiz Augusto... android/adapter: Make adapter_set_name call adapter_nam...
2013-11-05 Andrei Emeltchenkoandroid/daemon: Save adapter name on complete event
2013-11-05 Jerzy Kasenbergandroid/client: Change adapter to bluetooth
2013-11-05 Jerzy Kasenbergandroid/client: Fix style and typos
2013-11-05 Andrei Emeltchenkoandroid: Add btmon to Android Makefile
2013-11-05 Johan Hedbergtools: Add smp-tester for automated LE SMP end-to-end...
2013-11-05 Johan Hedbergemulator/bthost: Add support for CID hooks
2013-11-05 Ravi kumar... android/hid: Retrieve BOOT_DEVICE attribute from SDP...
2013-11-05 Ravi kumar... android/hid: Rename function name set_state to notify_state
2013-11-04 Szymon Jancandroid: Send current state of all properties while...
2013-11-04 Szymon Jancandroid: Implement scan_mode property in get property...
2013-11-04 Szymon Jancandroid: Add support for handling get properties commands
2013-11-04 Andrei Emeltchenkoandroid/client: Fix printing not NULL terminated strings
2013-11-04 Andrei Emeltchenkoandroid/daemon: Fix setting adapter name
2013-11-04 Andrei Emeltchenkoandroid/daemon: Clean up get_address name
2013-11-04 Andrei Emeltchenkoandroid/daemon: Implement get adapter name
2013-11-04 Jerzy Kasenbergandroid/client: Fix annoying delay in command line
2013-11-04 Jerzy Kasenbergandroid/client: Change interface name to bluetooth
2013-11-04 Luiz Augusto... android/pan: Add initial code for handling commands
2013-11-04 Luiz Augusto... android: Add initial skeleton for pan in the daemon
2013-11-04 Luiz Augusto... android/a2dp: Add initial code for handling commands
2013-11-04 Luiz Augusto... android: Add initial skeleton for a2dp in the daemon
2013-11-04 Giovanni Campagnahid2hci: fix regression in /dev format after moving...
2013-11-04 Jerzy Kasenbergandroid: Bump PLATFORM_SDK_VERSION to KitKat
2013-11-04 Szymon Jancandroid: Fix not sending scan mode change notification
2013-11-04 Jerzy Kasenbergandroid/client: Fix uninitialized variable
2013-11-04 Luiz Augusto... android: Add the missing HAVE_CONFIG_H check daemon...
2013-11-04 Luiz Augusto... android/hid: Use BT_IO_OPT_SOURCE_BDADDR whenever possible
2013-11-04 Marcin KraglakFix incorrect result type in set_adapter_name
2013-11-04 Marcin Kraglakandroid: Add stub of get_remote_services command
2013-11-04 Marcin Kraglakandroid/hal: Send get_remote_services cmd
2013-11-04 Marcin Kraglakandroid: Fix typo in get_remote_services command
2013-11-04 Andrei Emeltchenkoandroid/daemon: Add logs to trace failed cmd
2013-11-04 Andrei Emeltchenkoandroid/hal: Add extra logs to HAL
2013-11-04 Andrei Emeltchenkoandroid/haltest: Fix print device name
2013-11-04 Andrei Emeltchenkoandroid/haltest: Use pointer as parameter for debug
2013-11-04 Andrei Emeltchenkoandroid/haltest: Export print property
2013-11-03 Marcel Holtmannmonitor: Fix decoding of link policy values
2013-11-03 Marcel Holtmannmonitor: Improve device id decoding
2013-11-01 Luiz Augusto... android/socket: Log not implemented HAL functions
2013-11-01 Luiz Augusto... android/hid: Log not implemented HAL functions
2013-11-01 Luiz Augusto... android/adapter: Log not implemented properties
2013-11-01 Andrei Emeltchenkoandroid/daemon: Add handler for device disconnected
2013-11-01 Andrei Emeltchenkoandroid/hal: Add debug prints for every HAL callback
2013-11-01 Andrei Emeltchenkoandroid/daemon: Add debug handlers for unhandled mgmt...
2013-11-01 Andrei Emeltchenkoandroid/hal: Handle acl_state_changed event
2013-11-01 Andrei Emeltchenkoandroid/daemon: Implement mgmt device connected event
2013-11-01 Andrei Emeltchenkoandroid/ipc: Update HAL IPC header
2013-11-01 Marcel Holtmannandroid: Fix up the GATT client to handle KitKat API...
2013-11-01 Marcel Holtmannandroid: Copy the KitKat Bluetooth hardware headers
2013-11-01 Luiz Augusto... android/hid: Add handling of HAL_EV_HID_INFO
2013-11-01 Luiz Augusto... android/hal-hidhost: Add implemention of .hid_info_cb
2013-11-01 Luiz Augusto... android/hid: Fix passing vendor id as version to uHID
2013-11-01 Luiz Augusto... android/hid: Rename hdev vars to dev
2013-11-01 Marcel Holtmannandroid: Make system-emulator start daemon only once
2013-11-01 Andrei Emeltchenkoandroid/daemon: Update CoD and RSSI only when they...
2013-11-01 Marcel Holtmannandroid: Add support for device id information
2013-11-01 Marcel Holtmannandroid: Add the missing HAVE_CONFIG_H check to adapter.c
2013-11-01 Marcel Holtmannandroid: Run through valgrind with the system-emulator
2013-11-01 Marcel Holtmannandroid: Allow connect() for property_set to fail
2013-11-01 Ravi kumar... android/hid: Initial implementation for uHID
2013-11-01 Ravi kumar... android/hid: Fetch record before attempting to connect
2013-11-01 Andrei Emeltchenkoandroid/hid: Shutdown HID L2CAP sockets on unregister
2013-10-31 Marcel Holtmannandroid: Monitor child process termination
2013-10-31 Marcel Holtmannandroid: Disable connectable and discoverable before...
2013-10-31 Marcel Holtmannandroid: Switch controller off when shutting the daemon...
2013-10-31 Marcel Holtmannandroid: Power off controller when daemon gets killed
2013-10-31 Marcel Holtmannandroid: Don't use abort() for exit
2013-10-31 Grzegorz Kolodziejczykandroid: Add support for setting adapters name
2013-10-31 Marcel Holtmannandroid: No need for volatile sig_atomic_t when using...
2013-10-31 Marcel Holtmannandroid: Exit daemon if no controller is found within...
2013-10-31 Marcel Holtmannandroid: Add system-emulator for wrapping daemon start
2013-10-31 Andrei Emeltchenkoandroid/hid: Add error message to error print
2013-10-31 Andrei Emeltchenkoandroid/hidhost: Fix not unregistering HID
2013-10-31 Jakub Tyszkowskiandroid: Add support for remote device name confirmation
2013-10-31 Jakub Tyszkowskiandroid: Add device found notifications passing
2013-10-31 Jakub Tyszkowskiandroid: Add name property length define
2013-10-31 Jakub Tyszkowskiandroid: Add device discovery mgmt event handling
2013-10-31 Jakub Tyszkowskiandroid: Add support for starting and cancelling device...
2013-10-31 Jerzy Kasenbergandroid/client: Add GATT server methods
2013-10-31 Jerzy Kasenbergandroid/client: Add GATT server callbacks code
2013-10-31 Jerzy Kasenbergandroid/client: Add tab completion to GATT client
2013-10-31 Jerzy Kasenbergandroid/client: Add GATT complex type parsing
2013-10-31 Jerzy Kasenbergandroid/client: Add GATT client method calls
2013-10-31 Jerzy Kasenbergandroid/client: Add helper macros to verify args
2013-10-31 Jerzy Kasenbergandroid/client: Add init/cleanup for GATT
2013-10-31 Jerzy Kasenbergandroid/client: Add complex GATT type formating
2013-10-31 Jerzy Kasenbergandroid/client: Add GATT client callbacks code
next