OSDN Git Service

android-x86/system-bt.git
9 years agoam 01a069a2: Allow connection parameters updates by slave
Andre Eisenbach [Wed, 17 Dec 2014 17:10:11 +0000 (17:10 +0000)]
am 01a069a2: Allow connection parameters updates by slave

* commit '01a069a228cb63988e502aed01a73a2a1d8a59eb':
  Allow connection parameters updates by slave

9 years agoAllow connection parameters updates by slave
Andre Eisenbach [Wed, 17 Dec 2014 00:18:10 +0000 (16:18 -0800)]
Allow connection parameters updates by slave

GATT service discovery in the slave role does not update to fast connection
parameters when connected. Accordin to the 4.0 spec, the connection
parameter disable/enable call is used for only by the masster role.
The 4.1 and later spec allows the slave role to control the connection
parameter update so that a slave role GATT client can perform the service
discovery using fast connection parameters.

Also switched to requestiong 7.5ms connection interval by default during
service discovery.

Bug: 18266904
Change-Id: Ie6300587306be3d694937e3888069e252592be42

9 years agoam 6f65f670: Merge "Cleanup Obsolete LOCAL_PRELINK_MODULE."
Ying Wang [Tue, 16 Dec 2014 21:06:02 +0000 (21:06 +0000)]
am 6f65f670: Merge "Cleanup Obsolete LOCAL_PRELINK_MODULE."

* commit '6f65f6706f125f4319f041eec51e95655d36c390':
  Cleanup Obsolete LOCAL_PRELINK_MODULE.

9 years agoMerge "Cleanup Obsolete LOCAL_PRELINK_MODULE."
Ying Wang [Tue, 16 Dec 2014 20:51:01 +0000 (20:51 +0000)]
Merge "Cleanup Obsolete LOCAL_PRELINK_MODULE."

9 years agoCleanup Obsolete LOCAL_PRELINK_MODULE.
Ying Wang [Tue, 16 Dec 2014 20:31:51 +0000 (12:31 -0800)]
Cleanup Obsolete LOCAL_PRELINK_MODULE.

Bug: 18675947
Change-Id: Iba2a3e4b07b4d11e6584ca3c19f85c82030faa04

9 years agoresolved conflicts for merge of ed0bdd42 to lmp-mr1-dev-plus-aosp
Chih-Hung Hsieh [Thu, 11 Dec 2014 22:33:58 +0000 (14:33 -0800)]
resolved conflicts for merge of ed0bdd42 to lmp-mr1-dev-plus-aosp

Change-Id: Ife8b72d3688ed78a95ccb8d5e0b60f40e7fec9e9

9 years agoMerge "Cleanups needed to make clang happy"
Chih-hung Hsieh [Thu, 11 Dec 2014 21:42:46 +0000 (21:42 +0000)]
Merge "Cleanups needed to make clang happy"

9 years agoam 40053090: Merge "LE: Register for service change indication" into lmp-mr1-dev
Andre Eisenbach [Wed, 10 Dec 2014 03:32:34 +0000 (03:32 +0000)]
am 40053090: Merge "LE: Register for service change indication" into lmp-mr1-dev

* commit '40053090c5e4faaf0b1906164569666ae722e6fa':
  LE: Register for service change indication

9 years agoam a7246ca2: Do not log LE encryption keys or passkey
Andre Eisenbach [Wed, 10 Dec 2014 03:32:33 +0000 (03:32 +0000)]
am a7246ca2: Do not log LE encryption keys or passkey

* commit 'a7246ca21d7570a725a9b7781649d194357e474c':
  Do not log LE encryption keys or passkey

9 years agoMerge "LE: Register for service change indication" into lmp-mr1-dev
Andre Eisenbach [Tue, 9 Dec 2014 23:16:09 +0000 (23:16 +0000)]
Merge "LE: Register for service change indication" into lmp-mr1-dev

9 years agoDo not log LE encryption keys or passkey
Andre Eisenbach [Tue, 9 Dec 2014 22:08:58 +0000 (14:08 -0800)]
Do not log LE encryption keys or passkey

Bug: 18687167
Change-Id: I2a2a7113e6bc7cfb22a6bd6f16d16ce2b7c84cff

9 years agoam 0668d3a9: LE: Ignore non-volatile GATT service cache for non-bonded devices
Andre Eisenbach [Mon, 8 Dec 2014 19:18:07 +0000 (19:18 +0000)]
am 0668d3a9: LE: Ignore non-volatile GATT service cache for non-bonded devices

* commit '0668d3a90a69b7dd57eae977c536dc7df043765f':
  LE: Ignore non-volatile GATT service cache for non-bonded devices

9 years agoLE: Register for service change indication
Chaojing Sun [Sat, 6 Dec 2014 01:12:36 +0000 (17:12 -0800)]
LE: Register for service change indication

Some bonded remote devices require the client to register for service
change indication and actually set the client configuration descriptor
before service change indications can be removed.

This change add an additional step after device bonding has occured to
register for service change indication if possible.

Bug: 18173911
Change-Id: I25386faec0d58834ee2b0a9d1db2d2e052311264

9 years agoCleanups needed to make clang happy
Bernhard Rosenkränzer [Wed, 12 Nov 2014 20:53:08 +0000 (21:53 +0100)]
Cleanups needed to make clang happy

This patch removes a slew of unused variables and some unused functions,
fixes some incomplete initializations of structs and an sprintf
parameter mismatching the format string.

Change-Id: I35f22fdccc8350f885cd357d3685b869224fa433
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
9 years agoam a4fa77d1: am cf7f6a15: Prevent Java call for acquiring already held wakelock
Andre Eisenbach [Fri, 5 Dec 2014 21:40:14 +0000 (21:40 +0000)]
am a4fa77d1: am cf7f6a15: Prevent Java call for acquiring already held wakelock

* commit 'a4fa77d1bc661bc72e00e81ce17af0ac4569d41d':
  Prevent Java call for acquiring already held wakelock

9 years agoam d32ffc7e: Merge "Bluetooth: Turn off unused-XXX warnings"
Andreas Gampe [Fri, 5 Dec 2014 19:28:11 +0000 (19:28 +0000)]
am d32ffc7e: Merge "Bluetooth: Turn off unused-XXX warnings"

* commit 'd32ffc7e0661f6fa60ca3fe36acb14d2be953564':
  Bluetooth: Turn off unused-XXX warnings

9 years agoMerge "Bluetooth: Turn off unused-XXX warnings"
Andreas Gampe [Fri, 5 Dec 2014 19:15:29 +0000 (19:15 +0000)]
Merge "Bluetooth: Turn off unused-XXX warnings"

9 years agoBluetooth: Turn off unused-XXX warnings
Andreas Gampe [Fri, 5 Dec 2014 01:55:57 +0000 (17:55 -0800)]
Bluetooth: Turn off unused-XXX warnings

For build-system CFLAGS clean-up, disable warnings locally.

Should be reverted when the code is fixed.

Bug: 18632512
Change-Id: I2356dbbe89d1ccec5b0bd0b60ab06bf57ce021d1

9 years agoLE: Ignore non-volatile GATT service cache for non-bonded devices
Andre Eisenbach [Thu, 4 Dec 2014 23:04:23 +0000 (15:04 -0800)]
LE: Ignore non-volatile GATT service cache for non-bonded devices

If a device is not bonded, the non-volatile GATT service cache should
not be used. Only bonded devices have the capability to invalidate the
cache using the service changed indication.

Bug: 18571592
Change-Id: Ia75aa14f1c862a18237e78d24b63c22cf1dc82a8

9 years agoam d6984958: Merge "Revert "Correct the OBEX OPP Profile version""
Matthew Xie [Thu, 4 Dec 2014 22:44:52 +0000 (22:44 +0000)]
am d6984958: Merge "Revert "Correct the OBEX OPP Profile version""

* commit 'd6984958c38b202d47cdce002429006d5a8ede9e':
  Revert "Correct the OBEX OPP Profile version"

9 years agoam e608a529: Merge "Remove unnecessary check of multiple advertise instance count...
Wei Wang [Thu, 4 Dec 2014 21:47:37 +0000 (21:47 +0000)]
am e608a529: Merge "Remove unnecessary check of multiple advertise instance count." into lmp-mr1-dev

* commit 'e608a529718bb64accdf9f18cb196a9a3c45c90e':
  Remove unnecessary check of multiple advertise instance count.

9 years agoam cf7f6a15: Prevent Java call for acquiring already held wakelock
Andre Eisenbach [Thu, 4 Dec 2014 21:37:25 +0000 (21:37 +0000)]
am cf7f6a15: Prevent Java call for acquiring already held wakelock

* commit 'cf7f6a154aed48659260d391994dc59151be937b':
  Prevent Java call for acquiring already held wakelock

9 years agoam 8a75ab5b: Merge "PAN TAP fd is not monitored in all cases" into lmp-mr1-dev
Matthew Xie [Thu, 4 Dec 2014 20:25:02 +0000 (20:25 +0000)]
am 8a75ab5b: Merge "PAN TAP fd is not monitored in all cases" into lmp-mr1-dev

* commit '8a75ab5b918c4e65e1b8fe55ec193b047ddfcb06':
  PAN TAP fd is not monitored in all cases

9 years agoMerge "Revert "Correct the OBEX OPP Profile version""
Matthew Xie [Thu, 4 Dec 2014 19:53:02 +0000 (19:53 +0000)]
Merge "Revert "Correct the OBEX OPP Profile version""

9 years agoMerge "Remove unnecessary check of multiple advertise instance count." into lmp-mr1-dev
Wei Wang [Thu, 4 Dec 2014 01:42:56 +0000 (01:42 +0000)]
Merge "Remove unnecessary check of multiple advertise instance count." into lmp-mr1-dev

9 years agoPrevent Java call for acquiring already held wakelock
Andre Eisenbach [Wed, 3 Dec 2014 18:35:53 +0000 (10:35 -0800)]
Prevent Java call for acquiring already held wakelock

Change-Id: Icf455b6aa7c0c1bf7abf7ea9700cfde17f6c7c2b

9 years agoMerge "PAN TAP fd is not monitored in all cases" into lmp-mr1-dev
Matthew Xie [Wed, 3 Dec 2014 22:15:11 +0000 (22:15 +0000)]
Merge "PAN TAP fd is not monitored in all cases" into lmp-mr1-dev

9 years agoam 26d5c34a: Merge "Make GKI_TIMER_INTERVAL_FOR_WAKELOCK configurable for different...
Matthew Xie [Wed, 3 Dec 2014 20:42:06 +0000 (20:42 +0000)]
am 26d5c34a: Merge "Make GKI_TIMER_INTERVAL_FOR_WAKELOCK configurable for different target" into lmp-mr1-dev

* commit '26d5c34af44bd1d5b430d15f3ac0942108159542':
  Make GKI_TIMER_INTERVAL_FOR_WAKELOCK configurable for different target

9 years agoMerge "Make GKI_TIMER_INTERVAL_FOR_WAKELOCK configurable for different target" into...
Matthew Xie [Wed, 3 Dec 2014 04:18:03 +0000 (04:18 +0000)]
Merge "Make GKI_TIMER_INTERVAL_FOR_WAKELOCK configurable for different target" into lmp-mr1-dev

9 years agoMake GKI_TIMER_INTERVAL_FOR_WAKELOCK configurable for different target
Matthew Xie [Wed, 3 Dec 2014 01:06:03 +0000 (17:06 -0800)]
Make GKI_TIMER_INTERVAL_FOR_WAKELOCK configurable for different target

Set the default value as 3000 ms
Bug: 18549150

Change-Id: I1d5b4fca627c22fdd8a32a41d5beac6837b6dff4

9 years agoam e79be3d6: Add server-side callback for change in MTU (2/4)
Andre Eisenbach [Tue, 2 Dec 2014 08:14:17 +0000 (08:14 +0000)]
am e79be3d6: Add server-side callback for change in MTU (2/4)

* commit 'e79be3d6ca41ed6349012c73a3374aca3714a053':
  Add server-side callback for change in MTU (2/4)

9 years agoAdd server-side callback for change in MTU (2/4)
Andre Eisenbach [Wed, 26 Nov 2014 20:56:55 +0000 (12:56 -0800)]
Add server-side callback for change in MTU (2/4)

When a client requests to update the LE transport MTU, the server
currently does not get notified and can therefor not properly size
notifications appropriate to the current MTU.

Bug: 18388114
Change-Id: Ice355f8919d4f69876574df1d90ce7d31f42bc4f

9 years agoRemove unnecessary check of multiple advertise instance count.
Wei Wang [Wed, 26 Nov 2014 20:47:49 +0000 (12:47 -0800)]
Remove unnecessary check of multiple advertise instance count.

Bug:18539121
Change-Id: I841e4323ed4995bd9f8117681a759f52995d071f

9 years agoam 2ffda316: am 254b5ba2: gki_buffer: add missing mutex unlock
Simon Wilson [Wed, 26 Nov 2014 18:41:47 +0000 (18:41 +0000)]
am 2ffda316: am 254b5ba2: gki_buffer: add missing mutex unlock

* commit '2ffda316fc98f98eb7833006bd97a9e7686b6ba3':
  gki_buffer: add missing mutex unlock

9 years agoPAN TAP fd is not monitored in all cases
Zhenye Zhu [Tue, 25 Nov 2014 23:51:07 +0000 (15:51 -0800)]
PAN TAP fd is not monitored in all cases

Bug: 18271987
Change-Id: I348f3851a955b5277e7cdf0102583eaaef2ef0f3

9 years agoam 254b5ba2: gki_buffer: add missing mutex unlock
Simon Wilson [Wed, 26 Nov 2014 00:59:38 +0000 (00:59 +0000)]
am 254b5ba2: gki_buffer: add missing mutex unlock

* commit '254b5ba2e3f4c44b82a0369579b66bafcd0d6aa2':
  gki_buffer: add missing mutex unlock

9 years agogki_buffer: add missing mutex unlock
Simon Wilson [Tue, 25 Nov 2014 22:11:29 +0000 (14:11 -0800)]
gki_buffer: add missing mutex unlock

Bug: 18511282
Change-Id: Iea5248d5c9ba8690d0c2f462ec04784476309797

9 years agoam c113e4db: Merge "Enforce Authentication for incoming HID connection" into lmp...
Matthew Xie [Tue, 25 Nov 2014 17:39:31 +0000 (17:39 +0000)]
am c113e4db: Merge "Enforce Authentication for incoming HID connection" into lmp-mr1-dev

* commit 'c113e4db5218901b7ef4b09b1f08727da70971e1':
  Enforce Authentication for incoming HID connection

9 years agoMerge "Enforce Authentication for incoming HID connection" into lmp-mr1-dev
Matthew Xie [Mon, 24 Nov 2014 20:34:18 +0000 (20:34 +0000)]
Merge "Enforce Authentication for incoming HID connection" into lmp-mr1-dev

9 years agoam a99c2d91: am 654c376f: DO NOT MERGE Reduce TIMER_INTERVAL_FOR_WAKELOCK_IN_MS to...
Simon Wilson [Sat, 22 Nov 2014 02:35:28 +0000 (02:35 +0000)]
am a99c2d91: am 654c376f: DO NOT MERGE Reduce TIMER_INTERVAL_FOR_WAKELOCK_IN_MS to 100ms

* commit 'a99c2d913308b0fe17324225d62936c009ed1e4e':
  DO NOT MERGE Reduce TIMER_INTERVAL_FOR_WAKELOCK_IN_MS to 100ms

9 years agoam 654c376f: DO NOT MERGE Reduce TIMER_INTERVAL_FOR_WAKELOCK_IN_MS to 100ms
Simon Wilson [Sat, 22 Nov 2014 00:24:57 +0000 (00:24 +0000)]
am 654c376f: DO NOT MERGE Reduce TIMER_INTERVAL_FOR_WAKELOCK_IN_MS to 100ms

* commit '654c376fda3035af5b9090edc2a0a32382baf21c':
  DO NOT MERGE Reduce TIMER_INTERVAL_FOR_WAKELOCK_IN_MS to 100ms

9 years agoDO NOT MERGE Reduce TIMER_INTERVAL_FOR_WAKELOCK_IN_MS to 100ms
Simon Wilson [Fri, 21 Nov 2014 17:37:49 +0000 (09:37 -0800)]
DO NOT MERGE Reduce TIMER_INTERVAL_FOR_WAKELOCK_IN_MS to 100ms

The bluedroid wakelock locked time has increased 2.5x since K.
Reduce the 3s interval to reduce the time that the wakelock is
held, allowing the kernel to suspend more frequently. By
reducing this, wakelock usage returns to roughly K levels.

This in turn reduces BT process power usage.

Bug: 18357273
Change-Id: I7c3bddffafb0fa59468b8dd5718220be8ac85506

9 years agoClean up SetADV and ScanResp data memory leak.
Satya Calloji [Thu, 20 Nov 2014 21:08:27 +0000 (21:08 +0000)]
Clean up SetADV and ScanResp data memory leak.
automerge: 3770c47

* commit '3770c47387d3dfc6d2e2d32f4409a82119e726e3':
  Clean up SetADV and ScanResp data memory leak.

9 years agoClean up SetADV and ScanResp data memory leak.
Satya Calloji [Mon, 20 Oct 2014 04:28:46 +0000 (21:28 -0700)]
Clean up SetADV and ScanResp data memory leak.

Bug:18045480
Change-Id: Ic433f4aa26bd08e84c53c447be9d5278e16ebd55

9 years agoam 26fa02b5: LE: Use LE specific I/O capabilities
Andre Eisenbach [Wed, 19 Nov 2014 17:57:14 +0000 (17:57 +0000)]
am 26fa02b5: LE: Use LE specific I/O capabilities

* commit '26fa02b5cc684f8675d80b61185a4e5ccf3c6a2a':
  LE: Use LE specific I/O capabilities

9 years agoam 51dcba7a: Merge "Disable some clang warnings"
Chih-hung Hsieh [Wed, 19 Nov 2014 00:21:48 +0000 (00:21 +0000)]
am 51dcba7a: Merge "Disable some clang warnings"

* commit '51dcba7a9a9860eb1f6a44ae268cbf24e3411694':
  Disable some clang warnings

9 years agoMerge "Disable some clang warnings"
Chih-hung Hsieh [Tue, 18 Nov 2014 23:49:46 +0000 (23:49 +0000)]
Merge "Disable some clang warnings"

9 years agoLE: Use LE specific I/O capabilities
Andre Eisenbach [Tue, 18 Nov 2014 17:39:00 +0000 (09:39 -0800)]
LE: Use LE specific I/O capabilities

In an attempt to make the I/O capability configuration more reasable and
overwritable per platform, the BR/EDR specific I/O capabilities were
used for LE. In SMP, the I/O capabilities flag is mapped differently,
thus a separate flag is required to configure the LE I/O capabilities.

Bug: 18245986
Change-Id: I6b4ba8f8a1d60ea25729e49d305e3653e94928c6

9 years agoam 6cdf40af: am a59f47f2: DO NOT MERGE Remove overflow rate limiting when reading...
Andre Eisenbach [Tue, 18 Nov 2014 17:24:16 +0000 (17:24 +0000)]
am 6cdf40af: am a59f47f2: DO NOT MERGE Remove overflow rate limiting when reading A2DP frames

* commit '6cdf40afc2e3cdfccde289bd784b49150ac9b07b':
  DO NOT MERGE Remove overflow rate limiting when reading A2DP frames

9 years agoam a59f47f2: DO NOT MERGE Remove overflow rate limiting when reading A2DP frames
Andre Eisenbach [Tue, 18 Nov 2014 17:15:26 +0000 (17:15 +0000)]
am a59f47f2: DO NOT MERGE Remove overflow rate limiting when reading A2DP frames

* commit 'a59f47f27b2962828afd8d90d1a1d21206e32324':
  DO NOT MERGE Remove overflow rate limiting when reading A2DP frames

9 years agoam 86f97eda: Use the device type from saved properties instead of assuming default
Matthew Xie [Tue, 18 Nov 2014 02:08:30 +0000 (02:08 +0000)]
am 86f97eda: Use the device type from saved properties instead of assuming default

* commit '86f97eda524568f2d264186844450db5e56dac36':
  Use the device type from saved properties instead of assuming default

9 years agoam c5916e97: Remove overflow rate limiting when reading A2DP frames
Andre Eisenbach [Tue, 18 Nov 2014 02:07:29 +0000 (02:07 +0000)]
am c5916e97: Remove overflow rate limiting when reading A2DP frames

* commit 'c5916e97384f07ec5a2e061e6af24f70107c74a2':
  Remove overflow rate limiting when reading A2DP frames

9 years agoEnforce Authentication for incoming HID connection
Priti Aghera [Wed, 12 Nov 2014 18:28:35 +0000 (10:28 -0800)]
Enforce Authentication for incoming HID connection

Enforce Authentication in addition to encryption for all incoming
HID connections.

Bug 17887668

Change-Id: Ib0d6cd6d8e793823c541a1b4468dcce89f297181
(cherry picked from commit 6d6502909c1dd1766db1fea2cb638866e137a7bf)

9 years agoUse the device type from saved properties instead of assuming default
Matthew Xie [Mon, 10 Nov 2014 18:24:46 +0000 (10:24 -0800)]
Use the device type from saved properties instead of assuming default

DUMO device can do both BLE and BREDR operations. It was wrong
to assign BLE or BREDR type to it.
Bug: 18275230

Change-Id: I8d6c17e5157ba29a1af459629de9e2d6f6dc5e99

9 years agoDO NOT MERGE Remove overflow rate limiting when reading A2DP frames
Andre Eisenbach [Fri, 7 Nov 2014 23:46:04 +0000 (15:46 -0800)]
DO NOT MERGE Remove overflow rate limiting when reading A2DP frames

A2DP now supports adjusting the number of A2DP frames sent per timer
tick to adjust for timer drift and missed media task ticks. When the
signal to the headset/speakers becomes interrupted, the number of
packets to be read can queue up and rate limiting will not allow for the
queue to be cleared.

The overflow mechanism introduced in commit 4aebca4 will cause the media
task to stop sending packets completely, which can underflow the jutter
buffer on the remote device and lead to audio drop-outs.

This patch removes the overflow mechanism and also adds code do discard
audio frames that could not be sent to the remote device (weak signal
etc) to allow the device to stay in sync and not build up audio delays.

Also added additional debug logging and changed the UIPC flush mechanism
to address an issue where reading byte by byte causes an endless flush
loop if remote UIPC producer writes data faster than the flush loop
consumes it.

Bug: 18244205
Change-Id: I9a424984806bb2a464877399804b3355b2c439c3
(cherry picked from commit c5916e97384f07ec5a2e061e6af24f70107c74a2)

9 years agoRemove overflow rate limiting when reading A2DP frames
Andre Eisenbach [Fri, 7 Nov 2014 23:46:04 +0000 (15:46 -0800)]
Remove overflow rate limiting when reading A2DP frames

A2DP now supports adjusting the number of A2DP frames sent per timer
tick to adjust for timer drift and missed media task ticks. When the
signal to the headset/speakers becomes interrupted, the number of
packets to be read can queue up and rate limiting will not allow for the
queue to be cleared.

The overflow mechanism introduced in commit 4aebca4 will cause the media
task to stop sending packets completely, which can underflow the jutter
buffer on the remote device and lead to audio drop-outs.

This patch removes the overflow mechanism and also adds code do discard
audio frames that could not be sent to the remote device (weak signal
etc) to allow the device to stay in sync and not build up audio delays.

Also added additional debug logging and changed the UIPC flush mechanism
to address an issue where reading byte by byte causes an endless flush
loop if remote UIPC producer writes data faster than the flush loop
consumes it.

Bug: 18326405
Change-Id: I9a424984806bb2a464877399804b3355b2c439c3

9 years agoDisable some clang warnings
Bernhard Rosenkränzer [Wed, 12 Nov 2014 21:11:31 +0000 (22:11 +0100)]
Disable some clang warnings

Disable some clang warnings that can't be fixed in the code easily.

The gnu-variable-sized-type-not-at-end extension is used heavily to
allow adding members to a struct after a variably sized header.

constant-logical-operand is triggered by code in l2c_utils.c that looks
like the construct is correct in this use case.

Change-Id: I3ff8bf5b6deb7a5807dc200a50f33b2583abb9c0
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
9 years agoBluetooth fails to turn off with keyboard and headset connected
Chaojing Sun [Tue, 11 Nov 2014 22:08:45 +0000 (22:08 +0000)]
Bluetooth fails to turn off with keyboard and headset connected
automerge: c5cda81

* commit 'c5cda8198541888a6f16795effa55a0d3254afdb':
  Bluetooth fails to turn off with keyboard and headset connected

9 years agoBluetooth fails to turn off with keyboard and headset connected
Chaojing Sun [Sat, 8 Nov 2014 00:42:46 +0000 (16:42 -0800)]
Bluetooth fails to turn off with keyboard and headset connected

When HOGP keyboard is connecting and BT off is requested, if there
is any HOGP data that was received during this state, it causes the
following side-effects:
- LE data was not thrown away in disconnecting state, instead it is
now being used as indication of link establishement
-The above triggers the link open callback for fix channel and
causes the BT off failure.

Check L2CAP link state and always discard the fixed channel data
received in disconnecting state solves the problem.

Bug: 17793437
Change-Id: I633d5e6346e952daa2abd642effad2f260954fdf

9 years agoam 16451571: am b407515f: Fix "no instances found for adv" when stop BLE scanning.
Satya Calloji [Fri, 7 Nov 2014 00:00:33 +0000 (00:00 +0000)]
am 16451571: am b407515f: Fix "no instances found for adv" when stop BLE scanning.

* commit '16451571a5461ab3be535d25cbb62ab03b6b6157':
  Fix "no instances found for adv" when stop BLE scanning.

9 years agoam b407515f: Fix "no instances found for adv" when stop BLE scanning.
Satya Calloji [Thu, 6 Nov 2014 20:33:53 +0000 (20:33 +0000)]
am b407515f: Fix "no instances found for adv" when stop BLE scanning.

* commit 'b407515ffa145b1a2cab01467da03c92aeb0e8eb':
  Fix "no instances found for adv" when stop BLE scanning.

9 years agoFix "no instances found for adv" when stop BLE scanning.
Satya Calloji [Fri, 10 Oct 2014 18:31:03 +0000 (11:31 -0700)]
Fix "no instances found for adv" when stop BLE scanning.

Bug:17703806
Change-Id: I103d3637ad38d33b4370850a300b0d72bdaeb562

9 years agoam cd4c3709: am 2933de99: am f37767a1: HOGP: Do not remove device from whitelist...
Andre Eisenbach [Wed, 5 Nov 2014 00:00:53 +0000 (00:00 +0000)]
am cd4c3709: am 2933de99: am f37767a1: HOGP: Do not remove device from whitelist on encryption failure

* commit 'cd4c370976faeab63083e49c0dec6664d08fd59c':
  HOGP: Do not remove device from whitelist on encryption failure

9 years agoam 2933de99: am f37767a1: HOGP: Do not remove device from whitelist on encryption...
Andre Eisenbach [Tue, 4 Nov 2014 23:49:36 +0000 (23:49 +0000)]
am 2933de99: am f37767a1: HOGP: Do not remove device from whitelist on encryption failure

* commit '2933de995b21b8ae2ed6d6b682823f49aea8fa5e':
  HOGP: Do not remove device from whitelist on encryption failure

9 years agoam f37767a1: HOGP: Do not remove device from whitelist on encryption failure
Andre Eisenbach [Tue, 4 Nov 2014 23:45:15 +0000 (23:45 +0000)]
am f37767a1: HOGP: Do not remove device from whitelist on encryption failure

* commit 'f37767a17b2d80828f7ac4fa170859cb9e2f0bc6':
  HOGP: Do not remove device from whitelist on encryption failure

9 years agoHOGP: Do not remove device from whitelist on encryption failure
Andre Eisenbach [Tue, 4 Nov 2014 23:23:02 +0000 (15:23 -0800)]
HOGP: Do not remove device from whitelist on encryption failure

If the encryption times out during the re-connect process for a HOGP
device, the device is removed from the whitelist and thus will not
reconnect until it is added back to the list. On platforms that do not
have a way to reconnect to a device manually, this means the device will
never reconnect again until the stack is restarted.

This patch checks the reason for the encryption failure and does not
remove the device from the whitelist if the encryption failed to a non
authentication/key related error.

Bug: 18233442
Change-Id: Ifaec4a9224ff9281956715b38d34c2d7c3fecb01

9 years agoam b357f271: am e50c7933: DO NOT MERGE Do not set sig_id in gerneral reject message...
Matthew Xie [Tue, 4 Nov 2014 02:49:21 +0000 (02:49 +0000)]
am b357f271: am e50c7933: DO NOT MERGE Do not set sig_id in gerneral reject message per AVDTP SPEC 1.2 automerge: 595bcb4  -s ours automerge: 2369935  -s ours automerge: 0570fd9  -s ours

* commit 'b357f2716532f878be85ffb639b9c1ea2a6d3048':

9 years agoam 122622f9: am 87303c76: Increment seq before adding to packet in avdt_scb_hdl_write...
Matthew Xie [Tue, 4 Nov 2014 02:49:21 +0000 (02:49 +0000)]
am 122622f9: am 87303c76: Increment seq before adding to packet in avdt_scb_hdl_write_req_no_frag automerge: 98ad505 automerge: f81ffdb automerge: 6d11a01

* commit '122622f97c7e020deb223843792a386282e99337':

9 years agoam e50c7933: DO NOT MERGE Do not set sig_id in gerneral reject message per AVDTP...
Matthew Xie [Tue, 4 Nov 2014 00:19:18 +0000 (00:19 +0000)]
am e50c7933: DO NOT MERGE Do not set sig_id in gerneral reject message per AVDTP SPEC 1.2 automerge: 595bcb4  -s ours automerge: 2369935  -s ours
automerge: 0570fd9  -s ours

* commit '0570fd9c9cf0929140e8d16ebe78a5189f8b01bb':

9 years agoam 87303c76: Increment seq before adding to packet in avdt_scb_hdl_write_req_no_frag...
Matthew Xie [Tue, 4 Nov 2014 00:19:14 +0000 (00:19 +0000)]
am 87303c76: Increment seq before adding to packet in avdt_scb_hdl_write_req_no_frag automerge: 98ad505 automerge: f81ffdb
automerge: 6d11a01

* commit '6d11a01aa3770a3b23086f08c9691617bb0c9578':

9 years agoam b3cebcbc: am 020cccca: am 5fe98634: am ba2f6d99: Revert "anthias:17614185:Bluetoot...
Simon Wilson [Mon, 3 Nov 2014 22:34:40 +0000 (22:34 +0000)]
am b3cebcbc: am 020cccca: am 5fe98634: am ba2f6d99: Revert "anthias:17614185:Bluetooth: Getbuf returning invalid buffer pointer" automerge: 8403c6d

* commit 'b3cebcbc353eab5b4920f1ccf69b69560b636e93':

9 years agoam aa7a28a3: am 36eac517: am 27c93b25: am 46bfe63d: DO NOT MERGE AVRCP: Proper handli...
Mallikarjuna GB [Mon, 3 Nov 2014 22:31:58 +0000 (22:31 +0000)]
am aa7a28a3: am 36eac517: am 27c93b25: am 46bfe63d: DO NOT MERGE AVRCP: Proper handling of Fragmented AVCTP packet automerge: f9336d3  -s ours

* commit 'aa7a28a3efe8e48f80c4ecf0c8b7ee0cbe275877':

9 years agoam 9e7ad87f: am 9624c4d6: am 36ba410e: am c1ccb0d9: anthias:17614185:Bluetooth: Getbu...
Maggie_Lee [Mon, 3 Nov 2014 22:31:57 +0000 (22:31 +0000)]
am 9e7ad87f: am 9624c4d6: am 36ba410e: am c1ccb0d9: anthias:17614185:Bluetooth: Getbuf returning invalid buffer pointer automerge: 0e74efe

* commit '9e7ad87f5ed2ca9591fbd56e30657063f76fd04e':

9 years agoam e50c7933: DO NOT MERGE Do not set sig_id in gerneral reject message per AVDTP...
Matthew Xie [Mon, 3 Nov 2014 21:20:45 +0000 (21:20 +0000)]
am e50c7933: DO NOT MERGE Do not set sig_id in gerneral reject message per AVDTP SPEC 1.2 automerge: 595bcb4  -s ours automerge: 2369935  -s ours

* commit 'e50c79337277f9da2c9cef52fd373bbc85df6255':

9 years agoam 87303c76: Increment seq before adding to packet in avdt_scb_hdl_write_req_no_frag...
Matthew Xie [Mon, 3 Nov 2014 21:20:44 +0000 (21:20 +0000)]
am 87303c76: Increment seq before adding to packet in avdt_scb_hdl_write_req_no_frag automerge: 98ad505 automerge: f81ffdb

* commit '87303c76d7e472818b3379475241191cd2b3e3aa':

9 years agoDO NOT MERGE Do not set sig_id in gerneral reject message per AVDTP SPEC 1.2 automerg...
Matthew Xie [Mon, 3 Nov 2014 21:13:49 +0000 (21:13 +0000)]
DO NOT MERGE Do not set sig_id in gerneral reject message per AVDTP SPEC 1.2 automerge: 595bcb4  -s ours
automerge: 2369935  -s ours

* commit '236993560aad078736afd36323ed0dafa13005c2':

9 years agoIncrement seq before adding to packet in avdt_scb_hdl_write_req_no_frag automerge...
Matthew Xie [Mon, 3 Nov 2014 21:13:21 +0000 (21:13 +0000)]
Increment seq before adding to packet in avdt_scb_hdl_write_req_no_frag automerge: 98ad505
automerge: f81ffdb

* commit 'f81ffdb1804dfe759c6a67cfc40a7c4fb599b127':

9 years agoam 020cccca: am 5fe98634: am ba2f6d99: Revert "anthias:17614185:Bluetooth: Getbuf...
Simon Wilson [Mon, 3 Nov 2014 20:56:14 +0000 (20:56 +0000)]
am 020cccca: am 5fe98634: am ba2f6d99: Revert "anthias:17614185:Bluetooth: Getbuf returning invalid buffer pointer" automerge: 8403c6d

* commit '020ccccabd8bfb7bb863433a86793d3df6c32ed5':

9 years agoam 5fe98634: am ba2f6d99: Revert "anthias:17614185:Bluetooth: Getbuf returning invali...
Simon Wilson [Mon, 3 Nov 2014 20:47:29 +0000 (20:47 +0000)]
am 5fe98634: am ba2f6d99: Revert "anthias:17614185:Bluetooth: Getbuf returning invalid buffer pointer" automerge: 8403c6d

* commit '5fe98634c3bd19660d2f3533f83b9beca15a94ab':

9 years agoam ba2f6d99: Revert "anthias:17614185:Bluetooth: Getbuf returning invalid buffer...
Simon Wilson [Mon, 3 Nov 2014 20:40:34 +0000 (20:40 +0000)]
am ba2f6d99: Revert "anthias:17614185:Bluetooth: Getbuf returning invalid buffer pointer"
automerge: 8403c6d

* commit '8403c6d2a012adf87bed9d34176bfaa6a343463c':

9 years agoam 36eac517: am 27c93b25: am 46bfe63d: DO NOT MERGE AVRCP: Proper handling of Fragmen...
Mallikarjuna GB [Mon, 3 Nov 2014 20:37:52 +0000 (20:37 +0000)]
am 36eac517: am 27c93b25: am 46bfe63d: DO NOT MERGE AVRCP: Proper handling of Fragmented AVCTP packet automerge: f9336d3  -s ours

* commit '36eac517f8ac4220315673fb9fbe172ae5430c7d':

9 years agoam 9624c4d6: am 36ba410e: am c1ccb0d9: anthias:17614185:Bluetooth: Getbuf returning...
Maggie_Lee [Mon, 3 Nov 2014 20:37:51 +0000 (20:37 +0000)]
am 9624c4d6: am 36ba410e: am c1ccb0d9: anthias:17614185:Bluetooth: Getbuf returning invalid buffer pointer automerge: 0e74efe

* commit '9624c4d6ee066ffc70c9f920b073dafecfb81b8e':

9 years agoam 27c93b25: am 46bfe63d: DO NOT MERGE AVRCP: Proper handling of Fragmented AVCTP...
Mallikarjuna GB [Mon, 3 Nov 2014 20:29:47 +0000 (20:29 +0000)]
am 27c93b25: am 46bfe63d: DO NOT MERGE AVRCP: Proper handling of Fragmented AVCTP packet automerge: f9336d3  -s ours

* commit '27c93b253feaea8f5144d3e8957478575c4df13c':

9 years agoam 36ba410e: am c1ccb0d9: anthias:17614185:Bluetooth: Getbuf returning invalid buffer...
Maggie_Lee [Mon, 3 Nov 2014 20:29:46 +0000 (20:29 +0000)]
am 36ba410e: am c1ccb0d9: anthias:17614185:Bluetooth: Getbuf returning invalid buffer pointer automerge: 0e74efe

* commit '36ba410e35e924aad27cd6556e2346af5e606363':

9 years agoam 46bfe63d: DO NOT MERGE AVRCP: Proper handling of Fragmented AVCTP packet
Mallikarjuna GB [Mon, 3 Nov 2014 20:20:07 +0000 (20:20 +0000)]
am 46bfe63d: DO NOT MERGE AVRCP: Proper handling of Fragmented AVCTP packet
automerge: f9336d3  -s ours

* commit 'f9336d34b5168d4c97476ea88dad586d481c8397':

9 years agoam c1ccb0d9: anthias:17614185:Bluetooth: Getbuf returning invalid buffer pointer
Maggie_Lee [Mon, 3 Nov 2014 20:20:03 +0000 (20:20 +0000)]
am c1ccb0d9: anthias:17614185:Bluetooth: Getbuf returning invalid buffer pointer
automerge: 0e74efe

* commit '0e74efe56b678c85f35e158a40d9828661cfa2d4':

9 years agoam 59f80103: Merge "audio HAL: remove misleading error log" into lmp-mr1-dev
Eric Laurent [Fri, 31 Oct 2014 00:16:41 +0000 (00:16 +0000)]
am 59f80103: Merge "audio HAL: remove misleading error log" into lmp-mr1-dev

* commit '59f801031d9d28aa65ecffbefb40f23b255b082d':
  audio HAL: remove misleading error log

9 years agoam 903285cb: am 472c2a7b: Don\'t starve a BT ACL link with 0 xmit quota
Prerepa Viswanadham [Thu, 30 Oct 2014 19:01:32 +0000 (19:01 +0000)]
am 903285cb: am 472c2a7b: Don\'t starve a BT ACL link with 0 xmit quota
automerge: 3a14106

* commit '3a14106e20be86c3abe496e6d36a0b6e67e52c38':
  Don't starve a BT ACL link with 0 xmit quota

9 years agoMerge "audio HAL: remove misleading error log" into lmp-mr1-dev
Eric Laurent [Thu, 30 Oct 2014 16:03:11 +0000 (16:03 +0000)]
Merge "audio HAL: remove misleading error log" into lmp-mr1-dev

9 years agoam 41388b8a: Merge "Make sure now_us returns a value bigger than the previous one...
Matthew Xie [Thu, 30 Oct 2014 11:03:28 +0000 (11:03 +0000)]
am 41388b8a: Merge "Make sure now_us returns a value bigger than the previous one" into lmp-mr1-dev

* commit '41388b8a9ef23849b981c848d70f5b0c11e72d07':
  Make sure now_us returns a value bigger than the previous one

9 years agoaudio HAL: remove misleading error log
Eric Laurent [Thu, 30 Oct 2014 00:17:31 +0000 (17:17 -0700)]
audio HAL: remove misleading error log

Bug: 17916028.
Change-Id: I4badb9208eeb973a08b4f8463ee287f6bfb3dd01

9 years agoam 903285cb: am 472c2a7b: Don\'t starve a BT ACL link with 0 xmit quota
Prerepa Viswanadham [Wed, 29 Oct 2014 18:51:16 +0000 (18:51 +0000)]
am 903285cb: am 472c2a7b: Don\'t starve a BT ACL link with 0 xmit quota

* commit '903285cb2f4fef96f74de771e868b277453d6f21':
  Don't starve a BT ACL link with 0 xmit quota

9 years agoam 472c2a7b: Don\'t starve a BT ACL link with 0 xmit quota
Prerepa Viswanadham [Tue, 28 Oct 2014 23:49:28 +0000 (23:49 +0000)]
am 472c2a7b: Don\'t starve a BT ACL link with 0 xmit quota

* commit '472c2a7bb0ac070e596084f9422157f7872c6dca':
  Don't starve a BT ACL link with 0 xmit quota

9 years agoDO NOT MERGE Do not set sig_id in gerneral reject message per AVDTP SPEC 1.2
Matthew Xie [Tue, 28 Oct 2014 23:27:24 +0000 (23:27 +0000)]
DO NOT MERGE Do not set sig_id in gerneral reject message per AVDTP SPEC 1.2
automerge: 595bcb4  -s ours

* commit '595bcb4c72aaa2a9a54a23b127dd5fa9842876ca':
  DO NOT MERGE Do not set sig_id in gerneral reject message per AVDTP SPEC 1.2

9 years agoIncrement seq before adding to packet in avdt_scb_hdl_write_req_no_frag
Matthew Xie [Tue, 28 Oct 2014 23:26:48 +0000 (23:26 +0000)]
Increment seq before adding to packet in avdt_scb_hdl_write_req_no_frag
automerge: 98ad505

* commit '98ad505f577599870cf0ae281a5d035e2e2453f9':
  Increment seq before adding to packet in avdt_scb_hdl_write_req_no_frag

9 years agoMerge "Make sure now_us returns a value bigger than the previous one" into lmp-mr1-dev
Matthew Xie [Tue, 28 Oct 2014 22:39:14 +0000 (22:39 +0000)]
Merge "Make sure now_us returns a value bigger than the previous one" into lmp-mr1-dev

9 years agoMake sure now_us returns a value bigger than the previous one
Matthew Xie [Tue, 28 Oct 2014 18:05:26 +0000 (11:05 -0700)]
Make sure now_us returns a value bigger than the previous one

On some platforms clock_gettime may sometimes return a current
time that is earlier than a previous time. While it rarely
happens, we need cover the case anyway.

Bug: 18154020
Change-Id: I3846487aa45d0b11aeb63fa68af8826b864248fa

9 years agoLE: Make local privacy configurable
Andre Eisenbach [Mon, 27 Oct 2014 21:18:01 +0000 (21:18 +0000)]
LE: Make local privacy configurable
automerge: 3e0dc73

* commit '3e0dc7324e7b0127f9d15609bab395100a22098d':
  LE: Make local privacy configurable

9 years agoam 6fa7d957: Merge "Retry pairing if the device did not respond (page timeout)" into...
Prem Kumar [Sat, 25 Oct 2014 19:54:54 +0000 (19:54 +0000)]
am 6fa7d957: Merge "Retry pairing if the device did not respond (page timeout)" into lmp-dev automerge: 25249f7

* commit '6fa7d957a3ffe77120f9a3852a97c32182f80ed9':

9 years agoam 86ec3ba8: A2DP: Lowering maximum PCM frame limit to avoid audio breaks automerge...
Andre Eisenbach [Sat, 25 Oct 2014 19:54:54 +0000 (19:54 +0000)]
am 86ec3ba8: A2DP: Lowering maximum PCM frame limit to avoid audio breaks automerge: 01d102b

* commit '86ec3ba8f1eed2d449651ea836b4a26ea3e2c9ed':