OSDN Git Service

Stop trying to send A2DP packets quickly to catch-up on missed write()'s after
[android-x86/external-bluetooth-bluez.git] / src /
2009-10-30 Jaikumar GaneshFix handling of SDP records.
2009-10-03 Nick PellyAdd DBUS interfaces AddRfcommServiceRecord() and Remove...
2009-09-29 Jaikumar GaneshFix agent_free call due to the picking up of upmerge...
2009-09-29 Johan HedbergFix agent destroy callback handling for errors
2009-09-29 Johan HedbergFix agent_authorize error return
2009-09-11 Jaikumar GaneshAdd new Agent API : RequestPairingConsent.
2009-08-25 Jaikumar GaneshDon't bail out if Discovery is in progress when getting...
2009-08-21 Marcel HoltmannWait 5 milliseconds before doing Simple Pairing auto...
2009-08-19 Jaikumar GaneshChange version number to 4.47.
2009-08-11 Jaikumar GaneshUpgrade to Bluez 4.47.
2009-07-31 Johan HedbergFix calling set_limited_discoverable twice
2009-07-31 Johan HedbergUse limited discoverable mode only when 0 < discov_time...
2009-07-31 Alok BarsodeCache service class updates during bootup
2009-07-31 Marcel HoltmannWhen RFKILL is unblocked restore the previous power...
2009-07-31 Johan HedbergAdd functions for RFKILL and offline mode
2009-07-29 Marcel HoltmannAdd skeleton for RFKILL support
2009-07-29 Marcel HoltmannFix missing includes from header files
2009-07-22 Alok BarsodeRemove the service_classes_callback mechanism
2009-07-21 Luiz Augusto von... Fix segfault when a record is updated.
2009-07-21 Johan HedbergFix bogus error comparison
2009-07-13 Alok BarsodeAdding read_name to hciops plugin.
2009-07-13 Alok BarsodeAdding set_name to hciops plugin.
2009-07-08 Johan HedbergFix clearing svc_cache before the adapter is up
2009-07-07 Alok BarsodeFixing bluetoothd to avoid passing device descriptor
2009-07-07 Marcel HoltmannFix adapter cleanup and setup prototypes
2009-07-07 Johan HedbergFix double-free
2009-07-02 Alok BarsodeAdding cancel_resolve_name functionality to hciops...
2009-07-02 Alok BarsodeAdding resolve name functionality to hciops plugin.
2009-07-02 Alok BarsodeAdding adapter_resolve_names to adapter.c.
2009-06-30 Luiz Augusto von... Make sure name resolving is disabled for non DBus appli...
2009-06-30 Alok BarsodeAdding inquiry_complete method to handle inquiry comple...
2009-06-30 Alok BarsodeAdding start_inquiry method to handle inquiry start...
2009-06-30 Filippo Giunchediuse CONFIGDIR and STORAGEDIR in src/hcid.conf.5
2009-06-30 Filippo Giunchediuse CONFIGDIR and STORAGEDIR in src/bluetoothd.8
2009-06-30 Johan HedbergFix another hci_devid error check
2009-06-30 Johan HedbergFix hci_open_dev error check
2009-06-30 Johan HedbergMinor coding style fix
2009-06-30 Johan HedbergFix error check for hci_devid()
2009-06-30 Johan HedbergMove MAX_NAME_LENGTH define from hcid.h to adapter.h
2009-06-30 Johan HedbergFix name length checks
2009-06-30 Johan HedbergUse a proper define for the maximum name length
2009-06-30 Johan HedbergFix device->name checks
2009-06-30 Johan HedbergCoding style fixes
2009-06-29 Johan HedbergRemove redundant stat() call
2009-06-25 Luiz Augusto von... Fix Adapter.CancelDeviceCreation to not unmark temporar...
2009-06-18 Android (Google... Merge change 4643
2009-06-18 Jing YuCorrect the buggy return instruction.
2009-06-16 Luiz Augusto von... Fix error return when bonding socket hang up.
2009-06-16 Android (Google... Merge change 4267
2009-06-12 Jaikumar GaneshMerge Bluez release 4.41
2009-06-11 Android (Google... Merge change 3934
2009-06-11 Jaikumar GaneshAdd capabilities to bluetoothd.
2009-06-11 Bastien NoceraAdd udev mode to bluetoothd
2009-06-11 Alok BarsodeAdding stop_discovery to hciops.
2009-06-11 Alok BarsodeAdding start_discovery to hciops plugin.
2009-06-10 Jaikumar GaneshAdd Android system properties to set the device name...
2009-06-08 Jaikumar GaneshMake android specific changes to bluez4.
2009-06-02 Luiz Augusto von... Fix Adapter.RemoveDevice not being replied.
2009-06-01 Johan HedbergFix temporary flag if Create*Device requestor exits...
2009-06-01 Johan HedbergFix pairing process even if the ACL gets dropped before...
2009-05-27 Luiz Augusto von... Introduce btd_adapter_ref an btd_adapter_unref.
2009-05-27 Luiz Augusto von... Fix regression which cause device object to be remove...
2009-05-20 Luiz Augusto von... Make sure device is disconnect when removed.
2009-05-18 Luiz Augusto von... Make Adapter.CreateDevice to be cancelable.
2009-05-18 Luiz Augusto von... Fix race condition on device removal.
2009-05-18 Alok BarsodeCode cleanup in set_mode.
2009-05-18 Alok BarsodeAdding set_limited_discoverable method to hciops plugin.
2009-05-18 Alok BarsodeModifying load_connections method.
2009-05-18 Alok BarsodeAdding set_discoverable method to hciops.
2009-05-18 Alok BarsodeAdding set_connectable method to hciops plugin.
2009-05-18 Alok BarsodeAdding set_powered method to hciops plugin.
2009-05-18 Alok BarsodeUsing hci_send_cmd instead of hci_send_req to set scan...
2009-05-14 Luiz Augusto von... Fix Device.CancelDiscovery() to cancel discover request.
2009-05-10 Ilya RubtsovAdd NameResolving option to main.conf
2009-05-10 Marcel HoltmannCheck for LMP version and not HCI revision
2009-05-08 Luiz Augusto von... Fix race condition while pairing.
2009-05-08 Luiz Augusto von... Make sure temporary flag is only removed when Device...
2009-05-08 Luiz Augusto von... Change var name inqmode to discov_interval to be more...
2009-05-08 Johan HedbergFix agent cancellation for sec mode 3 pairing acceptor...
2009-05-06 Johan HedbergFix service class update when adapter is DOWN
2009-05-06 Johan HedbergAdd NULL pointer check to adapter_get_device return...
2009-05-06 Johan HedbergRemove unnecessary "starting" variable
2009-05-06 Johan HedbergFix service classes race condition upon starting bluetoothd
2009-05-06 Alok BarsodeAdding stop() functionality to hciops plugin.
2009-05-06 Alok BarsodeCode cleanup in adapter.c.
2009-05-05 Luiz Augusto von... Add workaround for dealing with unknown inquiry complete.
2009-05-05 Luiz Augusto von... Make use of struct remote_dev_info for out of range...
2009-05-05 Luiz Augusto von... Fix discovering when using software scheduler.
2009-05-05 Luiz Augusto von... Continue emitting DeviceFound for devices which the...
2009-05-04 Johan HedbergFix NoInputNoOutput IO capability string
2009-05-04 Johan HedbergAdd missing signal.h include
2009-05-04 Marcel HoltmannAdd support for builtin plugins
2009-05-02 Alok BarsodeAdding start() functionality to hciops plugin.
2009-05-02 Alok BarsodeMoving adapter_ops registration to adapter.c.
2009-05-02 Johan HedbergFix HCI socket leak in device_remove_bonding
2009-04-29 Luiz Augusto von... Fix bt_cancel_discovery to not call callback.
2009-04-28 Luiz Augusto von... Make sure device are unloaded before drivers when remov...
2009-04-28 Alok BarsodeAdding btd_register_adapter_ops framework.
2009-04-28 Alok BarsodeMoving all adapter initialization code to hciops plugin.
2009-04-28 Alok BarsodeInitializing hciops plugin. Adding IO event handing.
next