OSDN Git Service

android-x86/system-bluetooth.git
12 years agobluedroid: fix several issues to enable a bluetooth device ics-x86
Chih-Wei Huang [Fri, 30 Jul 2010 07:31:16 +0000 (15:31 +0800)]
bluedroid: fix several issues to enable a bluetooth device

* set_bluetooth_power(): check the rfkill state before set it. If the
  state is already the expected value, don't write to it. This avoids
  the permission issue after wakeup for external bluetooth dongle.
* bt_enable(): try to disable and re-enable eeepc-bluetooth if unable
  to turn on it, since the rfkill id may has changed.

Change-Id: Ib21637acf17ab2f3f8d4379ebd570f0cf85189da

12 years agobluedroid: fix bluetooth rfkill id issues
Chih-Wei Huang [Wed, 11 Aug 2010 01:25:11 +0000 (09:25 +0800)]
bluedroid: fix bluetooth rfkill id issues

The patch tries to fix two issues observed in some systems:

* The rfkill id is not continuously distributed.
* The bluetooth rfkill id is variable at runtime.

Change-Id: I73f4fafebcbaa084ba6eac51ee7ab5ca874697e9

12 years agomerge in ics-mr1-release history after reset to ics-mr1
The Android Automerger [Tue, 1 Nov 2011 13:46:38 +0000 (06:46 -0700)]
merge in ics-mr1-release history after reset to ics-mr1

12 years agoCheck EALREADY status for HCIDEVUP command
Matthew Xie [Thu, 27 Oct 2011 17:25:15 +0000 (10:25 -0700)]
Check EALREADY status for HCIDEVUP command

Both bluez and bluedroid starts up HCI driver. If bluez starts the driver
before bluedroid. Current bluedroid fails incorrectly. Bluedroid should
treat EALREADY error code as success.
We place a warning message when EALREADY error happens. The reason is that
bluedroid should always starts up HCI driver first. bluedroid starts up
bluetoothd afterwards.
bug 5496360

Change-Id: I316a2b3ec52bfbe6d1cdf554eac3deabfd63f3da

12 years agomerge in ics-release history after reset to master
The Android Automerger [Sun, 23 Oct 2011 14:03:10 +0000 (07:03 -0700)]
merge in ics-release history after reset to master

12 years agoBluetooth: Add BMW MINI10013 in blacklist
Chunho Park [Fri, 30 Sep 2011 11:48:59 +0000 (20:48 +0900)]
Bluetooth: Add BMW MINI10013 in blacklist

-To avoid repeated attempts error.

Change-Id: I28ba4894bf4a8063cea8407d193356f8c27da7b3
Signed-off-by: Chunho Park <chun.ho.park@samsung.com>
12 years agomerge in ics-release history after reset to master
The Android Automerger [Sun, 11 Sep 2011 13:42:50 +0000 (06:42 -0700)]
merge in ics-release history after reset to master

12 years agoMerge "Sync main.confs with that of Bluez"
Matthew Xie [Fri, 9 Sep 2011 05:16:30 +0000 (22:16 -0700)]
Merge "Sync main.confs with that of Bluez"

12 years agoSync main.confs with that of Bluez
Matthew Xie [Fri, 9 Sep 2011 01:05:00 +0000 (18:05 -0700)]
Sync main.confs with that of Bluez

The only change is DiscoverSchedulerInterval changes from 0 to 30
bug 5265282

Change-Id: Iad709d8bb97f939f008b9dbca5b5660547d492b3

12 years agoChange RememberPowered to false
Matthew Xie [Thu, 8 Sep 2011 06:43:07 +0000 (23:43 -0700)]
Change RememberPowered to false

Change RememberPowered to false so that the power event is powerup after Bluez
starts so that the adapter state machine can recover bluez crash easier.
bug 5239719

Change-Id: I4b5b208ee89b4d072192f4b59003e76e22ed2d10

12 years agomerge in ics-release history after reset to master
The Android Automerger [Mon, 15 Aug 2011 13:35:07 +0000 (06:35 -0700)]
merge in ics-release history after reset to master

12 years agoChange class to handheld from Laptop.
Jaikumar Ganesh [Wed, 10 Aug 2011 22:45:03 +0000 (15:45 -0700)]
Change class to handheld from Laptop.

This makes it work with digital pens and other devices.

Change-Id: Ia0615cdd6713efdeac2da096bbd9cfb84ad8fa67

12 years agomerge in ics-release history after reset to master
The Android Automerger [Mon, 1 Aug 2011 14:00:18 +0000 (07:00 -0700)]
merge in ics-release history after reset to master

12 years agoBluetooth: fix for the unrecoverable state after BT on is failed
jhtop.kim [Fri, 29 Jul 2011 05:54:17 +0000 (14:54 +0900)]
Bluetooth: fix for the unrecoverable state after BT on is failed

- When bt_enable() is called ,device try to turn on hci device.
  if timeout happened after 10 seconds try,set_bluetooth_power() is called.
  but hciattach is still running state, so turning on BT will fail.
  it is unrecoverable before device reboot.

- add code for hciattach stop

Signed-off-by: jhtop.kim <jhtop.kim@samsung.com>
Change-Id: Id210995eb4e811994d40e1a5f567606f2b9a0207

12 years agomerge in ics-release history after reset to master
The Android Automerger [Thu, 28 Jul 2011 13:39:05 +0000 (06:39 -0700)]
merge in ics-release history after reset to master

12 years agokeep history
The Android Automerger [Wed, 27 Jul 2011 13:57:43 +0000 (06:57 -0700)]
keep history

12 years agoAdd Car to the partial name blacklist.
Jaikumar Ganesh [Thu, 21 Jul 2011 20:33:19 +0000 (13:33 -0700)]
Add Car to the partial name blacklist.

Another signal not to trigger auto pairing.

Change-Id: I56bb2b7e7e18a255456c238b864b474038da315a

12 years agomerge in ics-release history after reset to master
The Android Automerger [Fri, 8 Jul 2011 21:10:59 +0000 (14:10 -0700)]
merge in ics-release history after reset to master

12 years agoFix setting of baud rate when coming out of reset.
Jaikumar Ganesh [Wed, 6 Jul 2011 22:30:04 +0000 (15:30 -0700)]
Fix setting of baud rate when coming out of reset.

Broadcomm convention requires that when we come out of reset
the baud rate is set to the default rate.

Original author: Mark Mendelsohn <mendelso@broadcom.com>

Change-Id: I40a34e02b3ca6eeac48fbbac8c41c35423f7fd91

12 years agoFix setting of baud rate when coming out of reset.
Jaikumar Ganesh [Wed, 6 Jul 2011 22:30:04 +0000 (15:30 -0700)]
Fix setting of baud rate when coming out of reset.

Broadcomm convention requires that when we come out of reset
the baud rate is set to the default rate.

Original author: Mark Mendelsohn <mendelso@broadcom.com>

Change-Id: I40a34e02b3ca6eeac48fbbac8c41c35423f7fd91

12 years agoLog return error code for failure case.
Jaikumar Ganesh [Sat, 25 Jun 2011 01:20:40 +0000 (18:20 -0700)]
Log return error code for failure case.

This will help debug BT turn on problems.

Change-Id: Idda3dcdc6727e4b017f4a7a2805facc217340144

12 years agoBluetooth BRCM script updates for new chipsets.
Howard M. Harte [Fri, 17 Jun 2011 03:39:55 +0000 (20:39 -0700)]
Bluetooth BRCM script updates for new chipsets.

1) add support for configuration of the SCO PCM interface
2) add support for configuration of the I2S interface
3) add support for different patchram download initialization for newer chips
4) Address review comments from change 22918.

Change-Id: I7b764a65d1d7bbcaa46a7a5100566047d1ce3165

12 years agoMerge
Jean-Baptiste Queru [Sat, 18 Jun 2011 19:07:04 +0000 (12:07 -0700)]
Merge

Change-Id: I7962f5e491d6e8beacc3b5c7999bd6fcc9223ef6

12 years agoMerge
Jean-Baptiste Queru [Sat, 18 Jun 2011 19:03:46 +0000 (12:03 -0700)]
Merge

Change-Id: I7f8468b214a256fb1bef8c01c3583449f977dc7e

12 years agoMerge
Jean-Baptiste Queru [Sat, 18 Jun 2011 19:01:12 +0000 (12:01 -0700)]
Merge

Change-Id: Ib302cc06ca49b7f94bf88517231de2e990582701

12 years agoMerge
Jean-Baptiste Queru [Sat, 18 Jun 2011 18:59:05 +0000 (11:59 -0700)]
Merge

Change-Id: I9d20ef1bef6017f0697f005ef0c68836e74480c4

12 years agoMerge "marker to enable legacy behaviors"
Jean-Baptiste Queru [Sat, 18 Jun 2011 18:45:05 +0000 (11:45 -0700)]
Merge "marker to enable legacy behaviors"

12 years agomarker to enable legacy behaviors
Jean-Baptiste Queru [Sat, 18 Jun 2011 18:43:26 +0000 (11:43 -0700)]
marker to enable legacy behaviors

Change-Id: Ia01ce4fb3bc1233f3ddc642724792ea16fe0c56c

12 years agoMerge "Restore code that was removed too aggressively"
Jean-Baptiste Queru [Sat, 18 Jun 2011 18:27:22 +0000 (11:27 -0700)]
Merge "Restore code that was removed too aggressively"

12 years agoRestore code that was removed too aggressively
Jean-Baptiste Queru [Sat, 18 Jun 2011 18:25:17 +0000 (11:25 -0700)]
Restore code that was removed too aggressively

Change-Id: Ia1659f71e9e531c073c753a61b6ef53028749422

12 years agoMerge "tweak for forward-compatibility"
Jean-Baptiste Queru [Sat, 18 Jun 2011 18:03:31 +0000 (11:03 -0700)]
Merge "tweak for forward-compatibility"

12 years agotweak for forward-compatibility
Jean-Baptiste Queru [Sat, 18 Jun 2011 17:39:26 +0000 (10:39 -0700)]
tweak for forward-compatibility

Change-Id: I1043cd1119784747aca7e02102373db2236597ca

13 years agoAdd LE variants for the main.conf files.
Jaikumar Ganesh [Thu, 26 May 2011 18:08:35 +0000 (11:08 -0700)]
Add LE variants for the main.conf files.

Change-Id: I51a8bcf9f7e22b9683f4d7508caa34f511fa81dc

13 years agoMerge from honeycomb-plus-aosp
Jean-Baptiste Queru [Wed, 18 May 2011 14:43:46 +0000 (07:43 -0700)]
Merge from honeycomb-plus-aosp

Change-Id: I4766a77082d78e18a63b2a74aa6fb9cf586d072a

13 years agoMerge "Update License to Apache."
Jaikumar Ganesh [Tue, 17 May 2011 22:32:58 +0000 (15:32 -0700)]
Merge "Update License to Apache."

13 years agoUpdate License to Apache.
Howard M. Harte [Tue, 17 May 2011 21:53:09 +0000 (14:53 -0700)]
Update License to Apache.

Change-Id: If7e4c039ac20c8a91bdc07081c0f3900385a0051

13 years agoImplement HCI_UP test bit function inline.
Jaikumar Ganesh [Wed, 30 Mar 2011 21:10:58 +0000 (14:10 -0700)]
Implement HCI_UP test bit function inline.

Change-Id: Id3a5a690fb1414912ce5a58e991a3aa63d3afcdd

13 years agoUpdate conf files for Bluez upgrade to 4.89
Jaikumar Ganesh [Tue, 22 Mar 2011 17:38:01 +0000 (10:38 -0700)]
Update conf files for Bluez upgrade to 4.89

Change-Id: Ie27ae5f6e71372ed1109df5b648c9e502db61a5a

13 years agoUpdate header files for Bluez upgrade to 4.89
Jaikumar Ganesh [Tue, 22 Mar 2011 17:37:34 +0000 (10:37 -0700)]
Update header files for Bluez upgrade to 4.89

13 years agoAdd Peugeot 307 to the auto pairing blacklist.
Jaikumar Ganesh [Tue, 8 Feb 2011 18:02:41 +0000 (10:02 -0800)]
Add Peugeot 307 to the auto pairing blacklist.

Change-Id: I8c3e582c3e9eec190218df704212b40c205c95cf

13 years agoSet rfkill power off if turning BT on fails.
Jaikumar Ganesh [Thu, 3 Feb 2011 02:00:06 +0000 (18:00 -0800)]
Set rfkill power off if turning BT on fails.

Bug:3397042

This was needed anyway for proper cleanup but even more
so as BT and Wifi share the same GPIO line for power to the chipset.

Change-Id: I77dc26fadb72710965af66536c85c5dcb30f2290

13 years agoAdd Mot keyboard to blacklist file.
Jaikumar Ganesh [Wed, 12 Jan 2011 18:31:45 +0000 (10:31 -0800)]
Add Mot keyboard to blacklist file.

Change-Id: Ibe4f3ca0e415981e8ad5ee3f057a5643eff42907

13 years agoFix corruption while reading the address.
Jaikumar Ganesh [Mon, 20 Dec 2010 21:43:35 +0000 (13:43 -0800)]
Fix corruption while reading the address.

Hide printfs with debug option.

Change-Id: I5f9f1845664cd1540ea396d87dfa46e0abb157c1

13 years agoAdd option to set the baudrate before downloading the firmware.
Jaikumar Ganesh [Wed, 8 Dec 2010 18:43:24 +0000 (10:43 -0800)]
Add option to set the baudrate before downloading the firmware.

This reduces BT start up time by 2 secs.

Change-Id: Ib67637aa79c72dc988ad5398312379945d97017b

13 years agoMinor class bits cannot be ORed.
Jaikumar Ganesh [Wed, 24 Nov 2010 19:13:01 +0000 (11:13 -0800)]
Minor class bits cannot be ORed.

For non smartphone case, set laptop for minor class.

Change-Id: I526193fac3a24aa46da959c88447c065729a0dfb

13 years agoChange Service class for nonsmartphone case.
Jaikumar Ganesh [Wed, 24 Nov 2010 01:28:50 +0000 (17:28 -0800)]
Change Service class for nonsmartphone case.

Change from telephony to capturing + networking - which
seems like the best possible fit.

Change-Id: Ifa8139a45f149fa3168a754f2398a402a0fb3855

13 years agoAdd BT_POWER socket option and bt_power structure.
Jaikumar Ganesh [Wed, 10 Nov 2010 03:18:29 +0000 (19:18 -0800)]
Add BT_POWER socket option and bt_power structure.

Change-Id: I3be96c31ff97290bdb76adaf512843fe7a3b746d

13 years agoAdd command-line option for PCM master/slave to brcm_patchram_plus
Chris Fries [Wed, 3 Nov 2010 17:26:12 +0000 (12:26 -0500)]
Add command-line option for PCM master/slave to brcm_patchram_plus

Added a command-line option to set PCM interface as master or slave, and
send the HCI command as required for each mode.

Change-Id: I496909c8aaa888aabfc2bb6c10a288da7b448ff8

13 years agoam 9bd98263: am b520f840: Merge "System/bluetooth/bludroid:Remove the 3 second delay...
Jean-Baptiste Queru [Mon, 1 Nov 2010 20:33:48 +0000 (13:33 -0700)]
am 9bd98263: am b520f840: Merge "System/bluetooth/bludroid:Remove the 3 second delay after starting bluetoothd"

* commit '9bd982632d50543f9e080a7595344591ab62874b':
  System/bluetooth/bludroid:Remove the 3 second delay after starting bluetoothd

13 years agoam b520f840: Merge "System/bluetooth/bludroid:Remove the 3 second delay after startin...
Jean-Baptiste Queru [Mon, 1 Nov 2010 20:30:51 +0000 (13:30 -0700)]
am b520f840: Merge "System/bluetooth/bludroid:Remove the 3 second delay after starting bluetoothd"

* commit 'b520f840479ce62b52072987d8f7883c1edac17b':
  System/bluetooth/bludroid:Remove the 3 second delay after starting bluetoothd

13 years agoMerge "System/bluetooth/bludroid:Remove the 3 second delay after starting bluetoothd"
Jean-Baptiste Queru [Mon, 1 Nov 2010 20:24:12 +0000 (13:24 -0700)]
Merge "System/bluetooth/bludroid:Remove the 3 second delay after starting bluetoothd"

13 years agoSystem/bluetooth/bludroid:Remove the 3 second delay after starting bluetoothd
Bheemsen Kulkarni [Mon, 4 Oct 2010 19:48:44 +0000 (15:48 -0400)]
System/bluetooth/bludroid:Remove the 3 second delay after starting bluetoothd

Remove the 3 second delay, which is not required for bluetoothd,
We wait for 10 secs to get the adapter path in android_server_BluetoothEventLoop.cpp,
which will handle the bluetoothd delay.

original change by: Bheemsen Kulkarni <x0099674@ti.com>

Change-Id: I194610675fcca70c908baf206318281ecde78fab

13 years agoam 7dc55059: Add Parrot car kit (KML_CAN) to the auto pairing blacklist.
Jaikumar Ganesh [Tue, 19 Oct 2010 20:37:22 +0000 (13:37 -0700)]
am 7dc55059: Add Parrot car kit (KML_CAN) to the auto pairing blacklist.

Merge commit '7dc550597f490a67c8d020c727bfbf2d9d212d42'

* commit '7dc550597f490a67c8d020c727bfbf2d9d212d42':
  Add Parrot car kit (KML_CAN) to the auto pairing blacklist.

13 years agoAdd Parrot car kit (KML_CAN) to the auto pairing blacklist.
Jaikumar Ganesh [Tue, 19 Oct 2010 17:15:03 +0000 (10:15 -0700)]
Add Parrot car kit (KML_CAN) to the auto pairing blacklist.

Bug: 3110801

Change-Id: I3e85af559cd44d55a682b45606aa9ac1d2eabc74

13 years agoSet BT class for nonsmartphone case.
Jaikumar Ganesh [Thu, 14 Oct 2010 00:44:03 +0000 (17:44 -0700)]
Set BT class for nonsmartphone case.

Change-Id: Iafcd7b311c2b28ae185dd3d5974df3eaa5b02109

13 years agoSystem/bluetooth/bludroid:Remove the 3 second delay after starting bluetoothd
Bheemsen Kulkarni [Mon, 4 Oct 2010 19:48:44 +0000 (15:48 -0400)]
System/bluetooth/bludroid:Remove the 3 second delay after starting bluetoothd

Remove the 3 second delay, which is not required for bluetoothd,
We wait for 10 secs to get the adapter path in android_server_BluetoothEventLoop.cpp,
which will handle the bluetoothd delay.

Change-Id: I194610675fcca70c908baf206318281ecde78fab
Signed-off-by: Bheemsen Kulkarni <x0099674@ti.com>
13 years agoam 501cc9c1: Revert "Delay 200 ms after powering up the BT chip.."
Jaikumar Ganesh [Tue, 28 Sep 2010 17:25:05 +0000 (10:25 -0700)]
am 501cc9c1: Revert "Delay 200 ms after powering up the BT chip.."

Merge commit '501cc9c1a855f206117398d3d36e9e3880b71693'

* commit '501cc9c1a855f206117398d3d36e9e3880b71693':
  Revert "Delay 200 ms after powering up the BT chip.."

13 years agoRevert "Delay 200 ms after powering up the BT chip.."
Jaikumar Ganesh [Tue, 28 Sep 2010 00:51:36 +0000 (17:51 -0700)]
Revert "Delay 200 ms after powering up the BT chip.."

This should be done either in rfkill driver or in the firmware load file.

This reverts commit 82b2b955c801eb69eddf736676b8116c7c821e3a.

13 years agoSeparate smarthphone and nonsmartphone variants.
Jean-Baptiste Queru [Mon, 27 Sep 2010 17:44:39 +0000 (10:44 -0700)]
Separate smarthphone and nonsmartphone variants.

Delete the makefile here, this is now handled by a
PRODUCT_COPY_FILES in the base makefiles.

Change-Id: I03728d9a70f36296b0125cfe26f1a971b05b4331

13 years agoam 3cd1a144: Set line discipline to HCI_UART_H4 even for low power mode.
Jaikumar Ganesh [Fri, 10 Sep 2010 18:30:19 +0000 (11:30 -0700)]
am 3cd1a144: Set line discipline to HCI_UART_H4 even for low power mode.

Merge commit '3cd1a1440d74cc31be247f0bd967a432d26042ac'

* commit '3cd1a1440d74cc31be247f0bd967a432d26042ac':
  Set line discipline to HCI_UART_H4 even for low power mode.

13 years agoam 82b2b955: Delay 200 ms after powering up the BT chip..
Jaikumar Ganesh [Fri, 10 Sep 2010 18:29:49 +0000 (11:29 -0700)]
am 82b2b955: Delay 200 ms after powering up the BT chip..

Merge commit '82b2b955c801eb69eddf736676b8116c7c821e3a'

* commit '82b2b955c801eb69eddf736676b8116c7c821e3a':
  Delay 200 ms after powering up the BT chip..

13 years agoSet line discipline to HCI_UART_H4 even for low power mode.
Jaikumar Ganesh [Fri, 10 Sep 2010 17:21:31 +0000 (10:21 -0700)]
Set line discipline to HCI_UART_H4 even for low power mode.

HCI_UART_LL is almost similar to H4 line and wouldn't cause
any problems since the extra packets were not being used any
way. But to avoid confusion, its being changed.

Based on a report by: goodsc.lee@samsung.com

Change-Id: Ifcb8bd5d8d619b74225057a6f7b5eee2c94a9925

13 years agoDelay 200 ms after powering up the BT chip..
Jaikumar Ganesh [Fri, 10 Sep 2010 16:54:26 +0000 (09:54 -0700)]
Delay 200 ms after powering up the BT chip..

The reset pin requires this time to stabilize.
Patch contributed by:HYUNG SEOUNG YOO <hyungseoung.yoo@samsung.com>

Change-Id: I452c6188696e3598ba22b58a8f4144dad50b7e07

13 years agoMerge "added conf file for network"
Danica Chang [Wed, 18 Aug 2010 23:47:16 +0000 (16:47 -0700)]
Merge "added conf file for network"

13 years agoadded conf file for network
Danica Chang [Thu, 12 Aug 2010 21:26:04 +0000 (14:26 -0700)]
added conf file for network

Change-Id: I0400137d88c168f9a2ab0ea6b0a212cc39a7630b

13 years agoAdd parrot to the blacklist for auto pairing.
Jaikumar Ganesh [Wed, 11 Aug 2010 19:11:55 +0000 (12:11 -0700)]
Add parrot to the blacklist for auto pairing.

Change-Id: Ifd31ceb25d6a13d06d7d3decf82b2c69d91111dc

14 years agoUpdate brfpatch for new TI firmware scripts.
Nick Pelly [Mon, 5 Apr 2010 22:08:38 +0000 (15:08 -0700)]
Update brfpatch for new TI firmware scripts.

- Add support for 6 byte parameters
- Add support for 16 byte parameters

brfpatch is only used to generate firmware, it is not installed on the device.

Change-Id: I14076054ac211dec1cab6117acfa77de65d11239

14 years agoAdd another car kit vendor to the blacklist file.
Jaikumar Ganesh [Tue, 30 Mar 2010 16:28:33 +0000 (09:28 -0700)]
Add another car kit vendor to the blacklist file.

Bug: 2545955

14 years agoAdd hci_command_hdr to clean bluez headers.
Nick Pelly [Wed, 24 Mar 2010 00:32:38 +0000 (17:32 -0700)]
Add hci_command_hdr to clean bluez headers.

Change-Id: Ibd753b7f59926b5e1fc8eb856c0bd4193815154e

14 years agoDisable park state in main.conf
Bao Liang [Wed, 3 Mar 2010 13:46:46 +0000 (21:46 +0800)]
Disable park state in main.conf

This is to match code change in external/bluetooth/bluez/, which
allow configuration of park state support. Turn off park state
on Android to avoid connection lost with devices supporting park
state.

Signed-off-by: Bao Liang <tim.bao@motorola.com>
14 years agoAdd blacklist for Bluetooth SCO connections
Eric Olsen [Tue, 16 Mar 2010 18:52:44 +0000 (11:52 -0700)]
Add blacklist for Bluetooth SCO connections
   - Add exceptions for Motorola HF850 and Infinity G350

Signed-off-by: Eric Olsen <eolsen@android.com>
Change-Id: I417c8f8f63420b4a6a0f7a64972bafd893f6d132

14 years agoDelay 50ms before downlooading firmware patch to fix BCM4329B1 incompatability.
Nick Pelly [Tue, 16 Mar 2010 20:20:42 +0000 (13:20 -0700)]
Delay 50ms before downlooading firmware patch to fix BCM4329B1 incompatability.

Change-Id: If4e0040a55e54d6e6be2a4e6ca0c3d56c3999095

14 years agoAdd an empty CleanSpec.mk
Jean-Baptiste Queru [Tue, 9 Mar 2010 02:05:24 +0000 (18:05 -0800)]
Add an empty CleanSpec.mk

Change-Id: Id067b3f709a3a392a7e52f02bdba7fcb37f2f66f

14 years agoMerge "Add Auto Pairing blacklist, change paths."
Jaikumar Ganesh [Fri, 26 Feb 2010 03:40:28 +0000 (19:40 -0800)]
Merge "Add Auto Pairing blacklist, change paths."

14 years agoUpdate bluez clean headers for struct sockaddr_sco change.
Nick Pelly [Wed, 24 Feb 2010 23:10:19 +0000 (15:10 -0800)]
Update bluez clean headers for struct sockaddr_sco change.

Change-Id: I0966ed325ea798e4a3367e201c03a2dafdb8247a

14 years agoDo not attempt role switch to Master.
Nick Pelly [Tue, 9 Feb 2010 21:58:51 +0000 (13:58 -0800)]
Do not attempt role switch to Master.

Just causes too many problems with legacy carkits that cannot handle role
switch.

Change-Id: I1328260d2bcf1968c34a86d1dc3b2fc624b3d91b

14 years agoam d7a53f14: am 39760b25: reconcile main tree with open-source eclair
The Android Open Source Project [Fri, 5 Feb 2010 22:09:22 +0000 (14:09 -0800)]
am d7a53f14: am 39760b25: reconcile main tree with open-source eclair

Merge commit 'd7a53f143d0733c26612af1754944826fd0841dc'

* commit 'd7a53f143d0733c26612af1754944826fd0841dc':
  android-2.1_r1 snapshot

14 years agoam 39760b25: reconcile main tree with open-source eclair
The Android Open Source Project [Fri, 5 Feb 2010 16:26:29 +0000 (08:26 -0800)]
am 39760b25: reconcile main tree with open-source eclair

Merge commit '39760b2529e6ef58ab49762703b2ee37fdbd7db5' into eclair-plus-aosp

* commit '39760b2529e6ef58ab49762703b2ee37fdbd7db5':
  android-2.1_r1 snapshot

14 years agoreconcile main tree with open-source eclair
The Android Open Source Project [Fri, 5 Feb 2010 16:09:42 +0000 (08:09 -0800)]
reconcile main tree with open-source eclair

14 years agoreconcile android-2.1_r1 snapshot
The Android Open Source Project [Fri, 29 Jan 2010 22:09:58 +0000 (14:09 -0800)]
reconcile android-2.1_r1 snapshot

14 years agoandroid-2.1_r1 snapshot
The Android Open Source Project [Tue, 12 Jan 2010 23:19:29 +0000 (15:19 -0800)]
android-2.1_r1 snapshot

14 years agoAdd Auto Pairing blacklist, change paths.
Jaikumar Ganesh [Fri, 8 Jan 2010 04:23:55 +0000 (20:23 -0800)]
Add Auto Pairing blacklist, change paths.

14 years agoMerge commit 'goog/eclair-plus-aosp'
Android Git Automerger [Tue, 15 Dec 2009 08:44:04 +0000 (00:44 -0800)]
Merge commit 'goog/eclair-plus-aosp'

14 years agoam 4522d8ef: Add L2CAP_LM_FLUSHABLE to clean Bluez headers.
Nick Pelly [Fri, 11 Dec 2009 00:56:58 +0000 (16:56 -0800)]
am 4522d8ef: Add L2CAP_LM_FLUSHABLE to clean Bluez headers.

Merge commit '4522d8ef8b710ac67752ac51ef2d3405cf1032cd' into eclair-mr2-plus-aosp

* commit '4522d8ef8b710ac67752ac51ef2d3405cf1032cd':
  Add L2CAP_LM_FLUSHABLE to clean Bluez headers.

14 years agoam dc18c419: Update Bluez header for new ACL state debug parameters.
Nick Pelly [Fri, 11 Dec 2009 00:56:55 +0000 (16:56 -0800)]
am dc18c419: Update Bluez header for new ACL state debug parameters.

Merge commit 'dc18c419590935a7bcb180ae932e543defd73e18' into eclair-mr2-plus-aosp

* commit 'dc18c419590935a7bcb180ae932e543defd73e18':
  Update Bluez header for new ACL state debug parameters.

14 years agoam 4522d8ef: Add L2CAP_LM_FLUSHABLE to clean Bluez headers.
Nick Pelly [Wed, 9 Dec 2009 13:37:54 +0000 (05:37 -0800)]
am 4522d8ef: Add L2CAP_LM_FLUSHABLE to clean Bluez headers.

Merge commit '4522d8ef8b710ac67752ac51ef2d3405cf1032cd' into eclair-plus-aosp

* commit '4522d8ef8b710ac67752ac51ef2d3405cf1032cd':
  Add L2CAP_LM_FLUSHABLE to clean Bluez headers.

14 years agoam dc18c419: Update Bluez header for new ACL state debug parameters.
Nick Pelly [Wed, 9 Dec 2009 13:37:51 +0000 (05:37 -0800)]
am dc18c419: Update Bluez header for new ACL state debug parameters.

Merge commit 'dc18c419590935a7bcb180ae932e543defd73e18' into eclair-plus-aosp

* commit 'dc18c419590935a7bcb180ae932e543defd73e18':
  Update Bluez header for new ACL state debug parameters.

14 years agoAdd L2CAP_LM_FLUSHABLE to clean Bluez headers.
Nick Pelly [Wed, 9 Dec 2009 09:22:01 +0000 (01:22 -0800)]
Add L2CAP_LM_FLUSHABLE to clean Bluez headers.

14 years agoUpdate Bluez header for new ACL state debug parameters.
Nick Pelly [Wed, 9 Dec 2009 09:20:37 +0000 (01:20 -0800)]
Update Bluez header for new ACL state debug parameters.

14 years agomerge from open-source master
Jean-Baptiste Queru [Sun, 15 Nov 2009 22:55:31 +0000 (14:55 -0800)]
merge from open-source master

14 years agomerge from open-source master
Jean-Baptiste Queru [Sun, 15 Nov 2009 22:06:56 +0000 (14:06 -0800)]
merge from open-source master

Merge commit 'goog/stage-korg-master' into HEAD

14 years agomerge from eclair
Jean-Baptiste Queru [Sun, 15 Nov 2009 20:07:11 +0000 (12:07 -0800)]
merge from eclair

14 years agoeclair snapshot
Jean-Baptiste Queru [Fri, 13 Nov 2009 02:46:23 +0000 (18:46 -0800)]
eclair snapshot

14 years agoAdd support for ba2str and str2ba to bluedroid.
Nick Pelly [Sat, 31 Oct 2009 01:28:49 +0000 (18:28 -0700)]
Add support for ba2str and str2ba to bluedroid.

Add missing structs from hci.h.

Change-Id: I4cebb3136cd832d5b61f4cd70bcf4504238e2531

14 years agoFix low power mode bugs in brcm_patchram_plus.
Nick Pelly [Fri, 30 Oct 2009 05:31:13 +0000 (22:31 -0700)]
Fix low power mode bugs in brcm_patchram_plus.

Enable LPM before setting up HCI network device. Set WAKE and HOST_WAKE
to active high.

Change-Id: I0ec15ec46ce355413f6476d0561f4d281487be33

14 years agoAdd hci struct to clean headers.
Nick Pelly [Fri, 30 Oct 2009 05:30:11 +0000 (22:30 -0700)]
Add hci struct to clean headers.

Change-Id: I47cc7c8dcd86ffab4dc86e2b371bc99d0bb57730

14 years agoRead Bluetooth address from system property ro.bt.bdaddr_path
Nick Pelly [Wed, 21 Oct 2009 17:01:10 +0000 (10:01 -0700)]
Read Bluetooth address from system property ro.bt.bdaddr_path

Change-Id: I1d308818099636354448708c8a7d4c13219f504d

14 years agoCheckpoint of debug tools changes.
Nick Pelly [Tue, 15 Sep 2009 15:22:01 +0000 (08:22 -0700)]
Checkpoint of debug tools changes.

Change-Id: I4a4f00cca3569c62770b323a24b1754873778e91

14 years agoMerge change 23505 into eclair
Android (Google) Code Review [Tue, 1 Sep 2009 21:31:18 +0000 (14:31 -0700)]
Merge change 23505 into eclair

* changes:
  Checkin some testing tools. Not compiled by default.

14 years agoCheckin some testing tools. Not compiled by default.
Nick Pelly [Tue, 1 Sep 2009 21:28:08 +0000 (14:28 -0700)]
Checkin some testing tools. Not compiled by default.