OSDN Git Service

android-x86/system-bt.git
6 years agoMerge "HSP: Keep sending RING message" into pi-dev
TreeHugger Robot [Wed, 25 Apr 2018 19:33:04 +0000 (19:33 +0000)]
Merge "HSP: Keep sending RING message" into pi-dev

6 years agoMerge "Hearing Aid: Keep configuration after disconnect()" into pi-dev
TreeHugger Robot [Wed, 25 Apr 2018 19:32:57 +0000 (19:32 +0000)]
Merge "Hearing Aid: Keep configuration after disconnect()" into pi-dev

6 years agoHearing Aid: Keep configuration after disconnect()
Hansong Zhang [Mon, 23 Apr 2018 19:26:52 +0000 (12:26 -0700)]
Hearing Aid: Keep configuration after disconnect()

After disconnect(), the Hearing Aid service removes the device from the
white list, but retains the configuration. The Java Hearing Aid service
still knows the hiSyncId and capabilities, so it can connect() to
multiple devices at the same time

Bug: 69623109
Test: manual and unit test for Java service
Change-Id: Ic17b9be7e6a0577baecd520680abffbaf0a0dc47
(cherry picked from commit 5abb3b90f8490b1acaa8a1b634508fe61448e692)

6 years agoHSP: Keep sending RING message
Chenyang Zhang [Mon, 26 Mar 2018 03:21:59 +0000 (11:21 +0800)]
HSP: Keep sending RING message

Two PTS Test failed:
- HSP/AG/IAC/BV-01-I
- HSP/AG/ACR/BV-02-I

Reason:
AG didn't send the "RING" unsolicited result code to HS(PTS),
then HS can't send the "AT+CKPD=200" command to received the call.
After a while, the "FATAL ERROR (MTC): Call establishment timed out"
triggered by PTS.

Solution:
Keep sending RING message for HSP.

Bug: 77507028
Change-Id: If1288a5f7b1b7da8ecba34ed90a85a0af8a91e9a
(cherry picked from commit 039c2bd30bcecaf9b79ac8518af92c582a93b21c)

6 years agoA2DP offload: switch to new properties
Petri Gynther [Wed, 18 Apr 2018 01:29:09 +0000 (18:29 -0700)]
A2DP offload: switch to new properties

Bug: 63932139
Bug: 76201991
Test: Manual A2DP testing (A2DP offload enabled and disabled)
Change-Id: Idcc2af40bde09758e060861ac518c06b7551212a
Merged-In: Idcc2af40bde09758e060861ac518c06b7551212a

6 years agoUse weak pointers to prevent callbacks from executing after cleanup
Ajay Panicker [Thu, 19 Apr 2018 22:17:16 +0000 (15:17 -0700)]
Use weak pointers to prevent callbacks from executing after cleanup

Switch from using the instance directly to using weak pointers to the
instance. This causes any base::Callback objects that are bound to that
weak instance to be cleaned up if the weak pointer becomes invalid.

Bug: 78134184
Test: valgrind ./net_test_avrcp
--gtest_filter=*disconnectAfterCleanupTest* and see that there is an
invalid read before the fix and it is gone after.

Change-Id: I46c3175e62b87be165e468d014155f8d8154c08a

6 years agoGet rid of BTM_IS_PUBLIC_BDA
Jakub Pawlowski [Thu, 19 Apr 2018 21:19:08 +0000 (14:19 -0700)]
Get rid of BTM_IS_PUBLIC_BDA
am: c03c56afef

Change-Id: I743c5dbba5e24c2e61a2e69fe3e7a9e4dac29673

6 years agoFix check for device lookup in map
Ajay Panicker [Tue, 17 Apr 2018 21:15:30 +0000 (14:15 -0700)]
Fix check for device lookup in map

Bug: 78134184
Test: Run host native test net_test_avrcp
Change-Id: I24877e58dd72ee592ee75bd788b35b084c4160ac
Merged-In: I24877e58dd72ee592ee75bd788b35b084c4160ac
(cherry picked from commit 8828edbca4dbc7780030ff78d9eff0f4e97354d9)

6 years agoMerge "AVRCP: Inform upper layer if absolute volume isn't supported" into pi-dev
TreeHugger Robot [Wed, 18 Apr 2018 23:40:05 +0000 (23:40 +0000)]
Merge "AVRCP: Inform upper layer if absolute volume isn't supported" into pi-dev

6 years agoGet rid of BTM_IS_PUBLIC_BDA
Jakub Pawlowski [Fri, 9 Mar 2018 04:11:41 +0000 (20:11 -0800)]
Get rid of BTM_IS_PUBLIC_BDA

One can't really guess address type based on last bits.
Instead, for new devices always assume public address.

Test: scan, toggle bluetooth, try connecting to device with public
      address
Bug: 74413120

Change-Id: Id558260798e717c214a5a817cea0c204c5f4858e
(cherry-picked from 8c2e78b44727789d641492beeef873b230c7e568)
(cherry picked from commit 14ef59e5a391a6dda7295ebe7d0d7c52875f76b0)

6 years agoReset the A2DP coding parameters when switching codecs
Pavlin Radoslavov [Wed, 18 Apr 2018 17:57:22 +0000 (10:57 -0700)]
Reset the A2DP coding parameters when switching codecs

Bug: 77281039
Test: Manual - connect Headset and switch codecs while playing audio
Change-Id: Icb89b0d78195fd654d66bc1334b121cf62c55be1
Merged-In: Icb89b0d78195fd654d66bc1334b121cf62c55be1
(cherry picked from commit fe240f2e8232778c634fad4c35c29e0c5f5d1f12)

6 years agoMerge "Include only the Basic Capability for AVDTP GetCapabilities response" into...
TreeHugger Robot [Wed, 18 Apr 2018 21:50:51 +0000 (21:50 +0000)]
Merge "Include only the Basic Capability for AVDTP GetCapabilities response" into pi-dev

6 years agoMerge "Fix a memory leak when disabling AVDTP" into pi-dev
TreeHugger Robot [Wed, 18 Apr 2018 21:50:48 +0000 (21:50 +0000)]
Merge "Fix a memory leak when disabling AVDTP" into pi-dev

6 years agoMerge "Handle properly AVDTP SetConfig from the A2DP Sink device" into pi-dev
TreeHugger Robot [Wed, 18 Apr 2018 21:50:45 +0000 (21:50 +0000)]
Merge "Handle properly AVDTP SetConfig from the A2DP Sink device" into pi-dev

6 years agoMerge "GATT: fix 32 bit UUID handling" into pi-dev
TreeHugger Robot [Wed, 18 Apr 2018 21:49:58 +0000 (21:49 +0000)]
Merge "GATT: fix 32 bit UUID handling" into pi-dev

6 years agoMerge "Enable the AVRCP Service by default (2/2)" into pi-dev
Andre Eisenbach [Wed, 18 Apr 2018 19:50:54 +0000 (19:50 +0000)]
Merge "Enable the AVRCP Service by default (2/2)" into pi-dev

6 years agoGATT: fix 32 bit UUID handling
Jakub Pawlowski [Thu, 12 Apr 2018 12:42:31 +0000 (05:42 -0700)]
GATT: fix 32 bit UUID handling

When writing UUID into stream with gatt_build_uuid_to_stream, we always
use 16bit or 128bit representation. In GATT code returning service UUID,
we were returning 32bit representation lenght, even though 128bit
representation was being returned in the stream. This resulted in
invalid GATT database content being returned, and the service not being
visible.

Bug: 66912853
Test: create GATT database with 32bit UUID, discover from remote device
Change-Id: I791a518ab080bd99db0a8be18d97e865c838fc7e
(cherry picked from f107e4f9e841152e5b94fa2f9d68c558d8c1b055)

6 years agoRevert "Fix check for device lookup in map"
edheyl [Wed, 18 Apr 2018 04:04:08 +0000 (04:04 +0000)]
Revert "Fix check for device lookup in map"

This reverts commit 149acbcbec1ebd600fcd7e3fc4512e8f29451c1f.

Reason for revert: build breakage, lack of response

Change-Id: I053b718c670366d80d240a2f66b599e9d5740abc

6 years agoInclude only the Basic Capability for AVDTP GetCapabilities response
Pavlin Radoslavov [Sat, 14 Apr 2018 05:07:30 +0000 (22:07 -0700)]
Include only the Basic Capability for AVDTP GetCapabilities response

AVDTP GetCapabilities request should return only the Basic
Capabilities, as defined in the AVDTP 1.3 spec.
Otherwise, returning a capability such as Delay Reporting would
result in some remote devices droping the AVDTP connection

Also:
 * Print SEP protocol service capabilities per Stream Control
   Block when dumping the state to a bugreport
 * Add extra log messages

Bug: 77668253
Test: Manual: connect with Momentum M2 Headset and examine the
      AVDTP GetCapabilities response.

Change-Id: I34f2e8ff586115a38c3436b2b6300514f65346a9
Merged-In: I34f2e8ff586115a38c3436b2b6300514f65346a9
(cherry picked from commit 148a10d424bd31e8cfa73ed450fdca6af2e92021)

6 years agoHandle properly AVDTP SetConfig from the A2DP Sink device
Pavlin Radoslavov [Tue, 10 Apr 2018 01:01:41 +0000 (18:01 -0700)]
Handle properly AVDTP SetConfig from the A2DP Sink device

If the remote device is proactive and sends AVDTP SetConfig after
re-connection before the local device gets the chance to do it, the
internal codec setup state might be inconsistent.

* Fix the internal logic when the local device is Acceptor inside
  file bta_av_co.cc, and simplify some of the code.
* Fix the handling of p_scb->sep_info_idx inside bta_av_save_caps()
  when receiving capabilities from the remote device.
* Add new A2dpCodecConfig::setPeerCodecCapabilities() method that is
  implemented by each codec.

Bug: 77525584
Test: Manual - initiate connection by Momentum 2.0 Wireless Headset.
      Connect/disconnect/reconnect multiple headsets.

Change-Id: I456df7c8a2fa0758c0908a4628c4dfae3259dbdb
Merged-In: I456df7c8a2fa0758c0908a4628c4dfae3259dbdb
(cherry picked from commit d5a053208998dc21e2d6c9e69451c31aa62298c6)

6 years agoFix a memory leak when disabling AVDTP
Pavlin Radoslavov [Sat, 14 Apr 2018 02:57:25 +0000 (19:57 -0700)]
Fix a memory leak when disabling AVDTP

Added new function bta_av_free_scb() to explicitly
free tBTA_AV_SCB struct.

Bug: 78034873
Test: Code compilation
Change-Id: Ic738c64f61fd273bc2988fa98cb7cedebf1c4b76
Merged-In: Ic738c64f61fd273bc2988fa98cb7cedebf1c4b76
(cherry picked from commit b4bd9ee17e242be9a8707246e2e9346e66bc8b1f)

6 years agoAVRCP: Inform upper layer if absolute volume isn't supported
Ajay Panicker [Fri, 13 Apr 2018 18:49:34 +0000 (11:49 -0700)]
AVRCP: Inform upper layer if absolute volume isn't supported

Before, the upper layers would be informed when a device connected that
supported absolute volume. Now even devices that don't support absolute
volume get reported.

Bug: 33962015
Test: Run host native test net-test-avrcp
Change-Id: If083ccbb9ba9a170c5bca359e632585d826c6fa5
(cherry picked from commit ca050dac60cef5f5eaffaeca9f7913fa00f77a0c)

6 years agoFix check for device lookup in map
Ajay Panicker [Tue, 17 Apr 2018 21:15:30 +0000 (14:15 -0700)]
Fix check for device lookup in map

Bug: 78134184
Test: Run host native test net_test_avrcp
Change-Id: I57dd0040aa0e97f623cff97a28dc98e196414559

6 years agoGATT: make last service end group handle equal to 0xFFFF
Jakub Pawlowski [Mon, 16 Apr 2018 14:55:06 +0000 (07:55 -0700)]
GATT: make last service end group handle equal to 0xFFFF

ESR06 (errata 4065) added sentence:
"The End Group Handle of the last service in a device can be 0xFFFF."
It talks about last service, not last primary service. Right now,
secondary service added after last primary service will result in in
last primary service being corrupted - descriptor added to last
characteristic, and some characteristics added.

Bug: 78107486
Change-Id: I6a146fce2c946cdff176ff79f147830e29d3b807
(cherry picked from 4c6007cfc42efbb7f6fb9bd1dc6c609f68ccd9a6)

6 years agoMerge "A2DP Offload: Handle init/deinit as part of start/end session" into pi-dev
TreeHugger Robot [Tue, 17 Apr 2018 03:30:31 +0000 (03:30 +0000)]
Merge "A2DP Offload: Handle init/deinit as part of start/end session" into pi-dev

6 years ago[automerger skipped] Merge "DO NOT MERGE SMP: Revert "DO NOT MERGE SMP: Validate...
Calin Juravle [Tue, 17 Apr 2018 01:10:50 +0000 (18:10 -0700)]
[automerger skipped] Merge "DO NOT MERGE SMP: Revert "DO NOT MERGE SMP: Validate remote elliptic curve points"" into oc-dev am: 94f279c8f4 am: ae7de28fbe
am: c6bc5705c0  -s ours

Change-Id: I1859c114ef6509f6d49032b07776450c7b932021

6 years agoMerge "DO NOT MERGE SMP: Revert "DO NOT MERGE SMP: Validate remote elliptic curve...
Calin Juravle [Tue, 17 Apr 2018 01:06:24 +0000 (18:06 -0700)]
Merge "DO NOT MERGE SMP: Revert "DO NOT MERGE SMP: Validate remote elliptic curve points"" into oc-dev am: 94f279c8f4
am: ae7de28fbe

Change-Id: I0dcfcbb28e759d18bfb6eedc83a7fde04fbdf796

6 years agoMerge "DO NOT MERGE SMP: Revert "DO NOT MERGE SMP: Validate remote elliptic curve...
Calin Juravle [Tue, 17 Apr 2018 01:01:54 +0000 (18:01 -0700)]
Merge "DO NOT MERGE SMP: Revert "DO NOT MERGE SMP: Validate remote elliptic curve points"" into oc-dev
am: 94f279c8f4

Change-Id: I824ee80b3f0a8331d3f712ff313be1fdd93b77b7

6 years agoMerge "DO NOT MERGE SMP: Revert "DO NOT MERGE SMP: Validate remote elliptic curve...
Calin Juravle [Tue, 17 Apr 2018 00:54:05 +0000 (00:54 +0000)]
Merge "DO NOT MERGE SMP: Revert "DO NOT MERGE SMP: Validate remote elliptic curve points"" into oc-dev

6 years agoDO NOT MERGE SMP: Revert "DO NOT MERGE SMP: Validate remote elliptic curve points"
Calin Juravle [Mon, 16 Apr 2018 23:57:34 +0000 (23:57 +0000)]
DO NOT MERGE SMP: Revert "DO NOT MERGE SMP: Validate remote elliptic curve points"

This reverts commit e11ebfc21963ae905d58c034310efeca0e7cd2ee.

Reason for revert: breaks oc-mr1 build
BUG: 72377774
Change-Id: If14987041ba6b68ca00170b53b3942725615ff8d

6 years agoA2DP Offload: Handle init/deinit as part of start/end session
Satish kumar sugasi [Tue, 3 Apr 2018 19:09:41 +0000 (12:09 -0700)]
A2DP Offload: Handle init/deinit as part of start/end session

Bug: 77289942
Test: Manual
Change-Id: I5b7ca6e485788d69f574bb74d2ef423507b183ff
Merged-In: I5b7ca6e485788d69f574bb74d2ef423507b183ff
(cherry picked from commit 86c58a09b82420967998a3f78ed7c770b0331c91)

6 years agoMerge "A2DP Offload: Fix the default LDAC bitrate" into pi-dev
TreeHugger Robot [Mon, 16 Apr 2018 22:13:09 +0000 (22:13 +0000)]
Merge "A2DP Offload: Fix the default LDAC bitrate" into pi-dev

6 years ago[automerger skipped] [automerger] DO NOT MERGE SMP: Validate remote elliptic curve...
Andre Eisenbach [Mon, 16 Apr 2018 20:53:42 +0000 (13:53 -0700)]
[automerger skipped] [automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 94dd5564d8 am: 13113597ed am: 7d660ff9bf skipped: f5be85f852 am: b86ae24aef am: 8c86c0c1da am: a4755cf297 am: cbf0dca767 skipped: 775ea97ce3 am: 1077237837 am: 32b5917cd2
am: 10ba01bbef  -s ours

Change-Id: Iabfe5f0b668032fb9f5b083a2544a2c856938722

6 years ago[automerger skipped] [automerger] DO NOT MERGE SMP: Validate remote elliptic curve...
Andre Eisenbach [Mon, 16 Apr 2018 20:53:26 +0000 (13:53 -0700)]
[automerger skipped] [automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 0b036a5525 am: 96e39c15ce skipped: 0c4e21ec13 am: 4c2c4dade5 am: 2c2804d3ed am: 6d8e884c75 am: 4e7049f54b skipped: f7d79a01d8 am: 502686433c am: 5ae2cc72fb
am: dad6e47b0f  -s ours

Change-Id: I6a126b541a4e636a225a4a37ed6bfdb0c8867378

6 years ago[automerger skipped] [automerger] DO NOT MERGE SMP: Validate remote elliptic curve...
Andre Eisenbach [Mon, 16 Apr 2018 20:48:55 +0000 (13:48 -0700)]
[automerger skipped] [automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 1a9023fffb am: 399a1b955b am: 9be00e438f am: 6c342395e7 skipped: ad8199c153 am: e28b070c4f am: 38e73feb8e
am: e81eb688ea  -s ours

Change-Id: I56db51e22c4593bc814213fab2f7287d3da853bb

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 94dd5564d8...
Andre Eisenbach [Mon, 16 Apr 2018 20:27:21 +0000 (13:27 -0700)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 94dd5564d8 am: 13113597ed am: 7d660ff9bf skipped: f5be85f852 am: b86ae24aef am: 8c86c0c1da am: a4755cf297 am: cbf0dca767 skipped: 775ea97ce3 am: 1077237837
am: 32b5917cd2

Change-Id: Id50274228201e77300aa60055b21d33f4ccdda24

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 0b036a5525...
Andre Eisenbach [Mon, 16 Apr 2018 20:26:58 +0000 (13:26 -0700)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 0b036a5525 am: 96e39c15ce skipped: 0c4e21ec13 am: 4c2c4dade5 am: 2c2804d3ed am: 6d8e884c75 am: 4e7049f54b skipped: f7d79a01d8 am: 502686433c
am: 5ae2cc72fb

Change-Id: I480bc2813f337bd3a7e46c43350c0b5b4180c1bd

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 1a9023fffb...
Andre Eisenbach [Mon, 16 Apr 2018 20:26:36 +0000 (13:26 -0700)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 1a9023fffb am: 399a1b955b am: 9be00e438f am: 6c342395e7 skipped: ad8199c153 am: e28b070c4f
am: 38e73feb8e

Change-Id: I0a4785b233684d0c286e092c5d4d707ba3294558

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 94dd5564d8...
Andre Eisenbach [Mon, 16 Apr 2018 20:21:31 +0000 (13:21 -0700)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 94dd5564d8 am: 13113597ed am: 7d660ff9bf skipped: f5be85f852 am: b86ae24aef am: 8c86c0c1da am: a4755cf297 am: cbf0dca767 skipped: 775ea97ce3
am: 1077237837

Change-Id: I7fa3cea0b1140f0391075d71522ea26f42e30d44

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 0b036a5525...
Andre Eisenbach [Mon, 16 Apr 2018 20:21:10 +0000 (13:21 -0700)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 0b036a5525 am: 96e39c15ce skipped: 0c4e21ec13 am: 4c2c4dade5 am: 2c2804d3ed am: 6d8e884c75 am: 4e7049f54b skipped: f7d79a01d8
am: 502686433c

Change-Id: I787c2fa71adce021be2165ba450bd6c15f7db4eb

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 1a9023fffb...
Andre Eisenbach [Mon, 16 Apr 2018 20:20:50 +0000 (13:20 -0700)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 1a9023fffb am: 399a1b955b am: 9be00e438f am: 6c342395e7 skipped: ad8199c153
am: e28b070c4f

Change-Id: If22296caf1344c4f79ded10842bca65ddb8d2530

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 94dd5564d8...
Android Build Merger (Role) [Mon, 16 Apr 2018 20:10:06 +0000 (20:10 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 94dd5564d8 am: 13113597ed am: 7d660ff9bf skipped: f5be85f852 am: b86ae24aef am: 8c86c0c1da am: a4755cf297 am: cbf0dca767 skipped: 775ea97ce3

Change-Id: Idd464930b9d893647b40a9b14b3ddc692802dac5

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 94dd5564d8...
Android Build Merger (Role) [Mon, 16 Apr 2018 20:10:04 +0000 (20:10 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 94dd5564d8 am: 13113597ed am: 7d660ff9bf skipped: f5be85f852 am: b86ae24aef am: 8c86c0c1da am: a4755cf297 am: cbf0dca767

Change-Id: Ifdf9d93f1e14ee8424aac0131035d1f3a735ff0a

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 94dd5564d8...
Android Build Merger (Role) [Mon, 16 Apr 2018 20:10:03 +0000 (20:10 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 94dd5564d8 am: 13113597ed am: 7d660ff9bf skipped: f5be85f852 am: b86ae24aef am: 8c86c0c1da am: a4755cf297

Change-Id: Ic16109cfa49ba248ef79e511e3664cd6fb2056e9

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 94dd5564d8...
Android Build Merger (Role) [Mon, 16 Apr 2018 20:10:01 +0000 (20:10 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 94dd5564d8 am: 13113597ed am: 7d660ff9bf skipped: f5be85f852 am: b86ae24aef am: 8c86c0c1da

Change-Id: Ic874ee0e6d4cb4e92effb6cc75580dc7b10acc59

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 94dd5564d8...
Android Build Merger (Role) [Mon, 16 Apr 2018 20:09:59 +0000 (20:09 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 94dd5564d8 am: 13113597ed am: 7d660ff9bf skipped: f5be85f852 am: b86ae24aef

Change-Id: I4894c6bd85e9e602b0f1fe34fcc06aa5a1b41388

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 94dd5564d8...
Android Build Merger (Role) [Mon, 16 Apr 2018 20:09:58 +0000 (20:09 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 94dd5564d8 am: 13113597ed am: 7d660ff9bf skipped: f5be85f852

Change-Id: I09c7fbeb8ca3814d2c91aac744ca5c91fa8e34c4

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 94dd5564d8...
Android Build Merger (Role) [Mon, 16 Apr 2018 20:09:57 +0000 (20:09 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 94dd5564d8 am: 13113597ed am: 7d660ff9bf

Change-Id: I6a6369b2bac96ef4926969b5909e85026553aff8

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 94dd5564d8...
Android Build Merger (Role) [Mon, 16 Apr 2018 20:09:56 +0000 (20:09 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 94dd5564d8 am: 13113597ed

Change-Id: Ia7b054ec720067d2b84d8e10f768fa92eb802008

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 94dd5564d8
Android Build Merger (Role) [Mon, 16 Apr 2018 20:09:54 +0000 (20:09 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 94dd5564d8

Change-Id: Ib7066a2e0075b02ba1d1400b559287e3eef08200

6 years agoDO NOT MERGE SMP: Validate remote elliptic curve points
Andre Eisenbach [Wed, 4 Apr 2018 20:38:38 +0000 (13:38 -0700)]
DO NOT MERGE SMP: Validate remote elliptic curve points

Fixes: 72377774
Test: net_test_stack_smp (where applicable)
Change-Id: Iefcf97364493467075fadefd77d12716f71cd4f6
(cherry picked from commit 9181ec28da94705a763edbe60bd2a87e5f882beb)

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 0b036a5525...
Android Build Merger (Role) [Mon, 16 Apr 2018 20:09:03 +0000 (20:09 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 0b036a5525 am: 96e39c15ce skipped: 0c4e21ec13 am: 4c2c4dade5 am: 2c2804d3ed am: 6d8e884c75 am: 4e7049f54b skipped: f7d79a01d8

Change-Id: I07574dac78d1be4aef5a3154b2001c3cd239bad6

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 0b036a5525...
Android Build Merger (Role) [Mon, 16 Apr 2018 20:09:02 +0000 (20:09 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 0b036a5525 am: 96e39c15ce skipped: 0c4e21ec13 am: 4c2c4dade5 am: 2c2804d3ed am: 6d8e884c75 am: 4e7049f54b

Change-Id: Ie238d797d89b25c5bf2cf6e84427773f1b76285c

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 0b036a5525...
Android Build Merger (Role) [Mon, 16 Apr 2018 20:09:01 +0000 (20:09 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 0b036a5525 am: 96e39c15ce skipped: 0c4e21ec13 am: 4c2c4dade5 am: 2c2804d3ed am: 6d8e884c75

Change-Id: Idc6489856bef71c96be1105a058e9ce1226f90de

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 0b036a5525...
Android Build Merger (Role) [Mon, 16 Apr 2018 20:08:59 +0000 (20:08 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 0b036a5525 am: 96e39c15ce skipped: 0c4e21ec13 am: 4c2c4dade5 am: 2c2804d3ed

Change-Id: I9cd2497707fba6486827447412b14916f59ea92d

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 0b036a5525...
Android Build Merger (Role) [Mon, 16 Apr 2018 20:08:58 +0000 (20:08 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 0b036a5525 am: 96e39c15ce skipped: 0c4e21ec13 am: 4c2c4dade5

Change-Id: Iacb795d8e741d01d8c81c95657174f2fb43142c5

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 0b036a5525...
Android Build Merger (Role) [Mon, 16 Apr 2018 20:08:56 +0000 (20:08 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 0b036a5525 am: 96e39c15ce skipped: 0c4e21ec13

Change-Id: I3d83c500f4504773a3d9160d984ef91aeaa63d36

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 0b036a5525...
Android Build Merger (Role) [Mon, 16 Apr 2018 20:08:55 +0000 (20:08 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 0b036a5525 am: 96e39c15ce

Change-Id: I552dd39875722ac041979c4cce15e378cab32d5a

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 0b036a5525
Android Build Merger (Role) [Mon, 16 Apr 2018 20:08:53 +0000 (20:08 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 0b036a5525

Change-Id: I855b3b72659643947a5d28f01ac37dd6ab920a4f

6 years agoDO NOT MERGE SMP: Validate remote elliptic curve points
Andre Eisenbach [Wed, 4 Apr 2018 20:38:38 +0000 (13:38 -0700)]
DO NOT MERGE SMP: Validate remote elliptic curve points

Fixes: 72377774
Test: net_test_stack_smp (where applicable)
Change-Id: Iefcf97364493467075fadefd77d12716f71cd4f6
(cherry picked from commit 9181ec28da94705a763edbe60bd2a87e5f882beb)

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 1a9023fffb...
Android Build Merger (Role) [Mon, 16 Apr 2018 20:08:03 +0000 (20:08 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 1a9023fffb am: 399a1b955b am: 9be00e438f am: 6c342395e7 skipped: ad8199c153

Change-Id: If9b1cbddc778b067b12524d1785b917ae0768190

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 1a9023fffb...
Android Build Merger (Role) [Mon, 16 Apr 2018 20:08:02 +0000 (20:08 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 1a9023fffb am: 399a1b955b am: 9be00e438f am: 6c342395e7

Change-Id: Ia2a1ae3af0bdf5c0ddd8c75be724307fa190c951

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 1a9023fffb...
Android Build Merger (Role) [Mon, 16 Apr 2018 20:08:00 +0000 (20:08 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 1a9023fffb am: 399a1b955b am: 9be00e438f

Change-Id: I9f969320602f60bd2e33f8ec945ef6d08a6d654c

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 1a9023fffb...
Android Build Merger (Role) [Mon, 16 Apr 2018 20:07:58 +0000 (20:07 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 1a9023fffb am: 399a1b955b

Change-Id: I7f9c21ae2b9fd334c66e3f7975289a206f8082e7

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 1a9023fffb
Android Build Merger (Role) [Mon, 16 Apr 2018 20:07:56 +0000 (20:07 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: 1a9023fffb

Change-Id: I296f52fdb61084a34b5b9212f119570a073d5fab

6 years agoDO NOT MERGE SMP: Validate remote elliptic curve points
Andre Eisenbach [Wed, 4 Apr 2018 20:38:38 +0000 (13:38 -0700)]
DO NOT MERGE SMP: Validate remote elliptic curve points

Fixes: 72377774
Test: net_test_stack_smp (where applicable)
Change-Id: Iefcf97364493467075fadefd77d12716f71cd4f6
(cherry picked from commit 9181ec28da94705a763edbe60bd2a87e5f882beb)

6 years agoMerge "AVRCP controller browsing deep copy and get folder range" into pi-dev
Joseph Pirozzo [Mon, 16 Apr 2018 18:10:11 +0000 (18:10 +0000)]
Merge "AVRCP controller browsing deep copy and get folder range" into pi-dev

6 years agoA2DP Offload: Fix the default LDAC bitrate
Sunny Kapdi [Fri, 23 Mar 2018 06:54:40 +0000 (23:54 -0700)]
A2DP Offload: Fix the default LDAC bitrate

Use LDAC ABR as default option in A2DP Offload mode.

Bug: 77879487
Test: Manual
Change-Id: Iec76691f8a83cd47aa7bf38efc6554139a59bb89
Merged-In: Iec76691f8a83cd47aa7bf38efc6554139a59bb89
(cherry picked from commit 109a6beee6e532d05418c9aa75bd09dfdbe353ff)

6 years ago[automerger skipped] [automerger] DO NOT MERGE SMP: Validate remote elliptic curve...
Andre Eisenbach [Mon, 16 Apr 2018 17:04:10 +0000 (10:04 -0700)]
[automerger skipped] [automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: accdcd94ab am: b0f36356d8 skipped: 65bedc6768 am: 6fdcf70e9c am: 8ea0bccd78
am: be7219b8e3  -s ours

Change-Id: I3c1f1c7ecb4d398afe34d2b2a4b37505d8084bfb

6 years ago[automerger skipped] DO NOT MERGE SMP: Validate remote elliptic curve points skipped...
Andre Eisenbach [Mon, 16 Apr 2018 17:03:58 +0000 (10:03 -0700)]
[automerger skipped] DO NOT MERGE SMP: Validate remote elliptic curve points skipped: 4f9ed8f66e am: 5f7f3d37bf am: 820e731205
am: 9418254b4b  -s ours

Change-Id: I38dda55bda57ea3458823964f85522b9a06f1b9e

6 years ago[automerger skipped] Merge "DO NOT MERGE SMP: Validate remote elliptic curve points...
Andre Eisenbach [Mon, 16 Apr 2018 17:03:43 +0000 (10:03 -0700)]
[automerger skipped] Merge "DO NOT MERGE SMP: Validate remote elliptic curve points" into oc-dev am: a712452923 am: 1c9274be48
am: 0cefb24d42  -s ours

Change-Id: Ie94b8a293a25e5cea84845fd68ca6df4962ab04c

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: accdcd94ab...
Andre Eisenbach [Mon, 16 Apr 2018 16:59:56 +0000 (09:59 -0700)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: accdcd94ab am: b0f36356d8 skipped: 65bedc6768 am: 6fdcf70e9c
am: 8ea0bccd78

Change-Id: Ie1a4a1b93c6f2797c0cabb8db522a62aa6678d19

6 years ago[automerger skipped] DO NOT MERGE SMP: Validate remote elliptic curve points skipped...
Andre Eisenbach [Mon, 16 Apr 2018 16:59:38 +0000 (09:59 -0700)]
[automerger skipped] DO NOT MERGE SMP: Validate remote elliptic curve points skipped: 4f9ed8f66e am: 5f7f3d37bf
am: 820e731205

Change-Id: I1d6c100ffc82c04a333de60e75dc16920e5b19fc

6 years agoMerge "DO NOT MERGE SMP: Validate remote elliptic curve points" into oc-dev am: a7124...
Andre Eisenbach [Mon, 16 Apr 2018 16:59:16 +0000 (09:59 -0700)]
Merge "DO NOT MERGE SMP: Validate remote elliptic curve points" into oc-dev am: a712452923
am: 1c9274be48

Change-Id: Ida7f1395569973f1acf2a01b61da6fa624005081

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: accdcd94ab...
Andre Eisenbach [Mon, 16 Apr 2018 16:56:55 +0000 (09:56 -0700)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: accdcd94ab am: b0f36356d8 skipped: 65bedc6768
am: 6fdcf70e9c

Change-Id: Ie9774b0825379aed74243ab225fb925029273f11

6 years ago[automerger skipped] DO NOT MERGE SMP: Validate remote elliptic curve points skipped...
Andre Eisenbach [Mon, 16 Apr 2018 16:56:35 +0000 (09:56 -0700)]
[automerger skipped] DO NOT MERGE SMP: Validate remote elliptic curve points skipped: 4f9ed8f66e
am: 5f7f3d37bf

Change-Id: I5c7467968af58cc3e604b6b7df3d53c61696b116

6 years agoMerge "DO NOT MERGE SMP: Validate remote elliptic curve points" into oc-dev
Andre Eisenbach [Mon, 16 Apr 2018 16:56:15 +0000 (09:56 -0700)]
Merge "DO NOT MERGE SMP: Validate remote elliptic curve points" into oc-dev
am: a712452923

Change-Id: I959b5d799ad27ba1b03ab578fbdfecbc0edb5cd6

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: accdcd94ab...
Android Build Merger (Role) [Mon, 16 Apr 2018 16:50:33 +0000 (16:50 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: accdcd94ab am: b0f36356d8 skipped: 65bedc6768

Change-Id: If98fd8b677ee7038d8dda5f78cfc56371ba4f400

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: accdcd94ab...
Android Build Merger (Role) [Mon, 16 Apr 2018 16:50:30 +0000 (16:50 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: accdcd94ab am: b0f36356d8

Change-Id: I8e07c755fa727dbf746395be50271eac5c57a79c

6 years ago[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: accdcd94ab
Android Build Merger (Role) [Mon, 16 Apr 2018 16:50:28 +0000 (16:50 +0000)]
[automerger] DO NOT MERGE SMP: Validate remote elliptic curve points am: accdcd94ab

Change-Id: I7efc9d1806c1c848220ec6dd18dd2d1848f1158f

6 years agoDO NOT MERGE SMP: Validate remote elliptic curve points
Andre Eisenbach [Wed, 4 Apr 2018 20:38:38 +0000 (13:38 -0700)]
DO NOT MERGE SMP: Validate remote elliptic curve points

Fixes: 72377774
Test: net_test_stack_smp (where applicable)
Change-Id: Iefcf97364493467075fadefd77d12716f71cd4f6
(cherry picked from commit 9181ec28da94705a763edbe60bd2a87e5f882beb)

6 years ago[automerger skipped] DO NOT MERGE SMP: Validate remote elliptic curve points skipped...
Android Build Merger (Role) [Mon, 16 Apr 2018 16:49:55 +0000 (16:49 +0000)]
[automerger skipped] DO NOT MERGE SMP: Validate remote elliptic curve points skipped: 4f9ed8f66e

Change-Id: I44071ce2348cc328f417b5a30bd290de49c3e474

6 years agoDO NOT MERGE SMP: Validate remote elliptic curve points
Andre Eisenbach [Wed, 4 Apr 2018 20:38:38 +0000 (13:38 -0700)]
DO NOT MERGE SMP: Validate remote elliptic curve points

Fixes: 72377774
Test: net_test_stack_smp (where applicable)
Change-Id: Iefcf97364493467075fadefd77d12716f71cd4f6
(cherry picked from commit 9181ec28da94705a763edbe60bd2a87e5f882beb)

6 years agoMerge "DO NOT MERGE SMP: Validate remote elliptic curve points" into oc-dev
Andre Eisenbach [Mon, 16 Apr 2018 16:49:25 +0000 (16:49 +0000)]
Merge "DO NOT MERGE SMP: Validate remote elliptic curve points" into oc-dev

6 years agoMerge "Remove bsears/ijpedowitz from system/bt OWNERS" into oc-dev am: 02e7972fff...
Ian Pedowitz [Sat, 14 Apr 2018 22:55:23 +0000 (15:55 -0700)]
Merge "Remove bsears/ijpedowitz from system/bt OWNERS" into oc-dev am: 02e7972fff am: cce92c4ef6
am: 1c8b37f57f

Change-Id: I3338d7c94900a70a7066f5cc410ad0f002fc2c65

6 years agoMerge "Remove bsears/ijpedowitz from system/bt OWNERS" into oc-dev am: 02e7972fff
Ian Pedowitz [Sat, 14 Apr 2018 22:40:13 +0000 (15:40 -0700)]
Merge "Remove bsears/ijpedowitz from system/bt OWNERS" into oc-dev am: 02e7972fff
am: cce92c4ef6

Change-Id: Ieb97aa2df69ef785e69c2b756d56a8da54b6eebf

6 years agoMerge "Remove bsears/ijpedowitz from system/bt OWNERS" into oc-dev
Ian Pedowitz [Fri, 13 Apr 2018 21:43:49 +0000 (14:43 -0700)]
Merge "Remove bsears/ijpedowitz from system/bt OWNERS" into oc-dev
am: 02e7972fff

Change-Id: I48f85ba534045591f7ae5ac636d40b0ad48e8778

6 years agoMerge "Remove bsears/ijpedowitz from system/bt OWNERS" into oc-dev
TreeHugger Robot [Fri, 13 Apr 2018 21:31:06 +0000 (21:31 +0000)]
Merge "Remove bsears/ijpedowitz from system/bt OWNERS" into oc-dev

6 years agoMerge changes from topic "am-175db33b-0d30-4b99-87fe-9ef5c15643d6" into oc-dev am...
Ajay Panicker [Fri, 13 Apr 2018 20:59:09 +0000 (13:59 -0700)]
Merge changes from topic "am-175db33b-0d30-4b99-87fe-9ef5c15643d6" into oc-dev am: 3752a74245 am: bea60140d5
am: 6e1f7441f7

Change-Id: Ib5a9aecfeaa87431b57f2b2616c4548395bd4419

6 years agoMerge changes from topic "am-175db33b-0d30-4b99-87fe-9ef5c15643d6" into oc-dev am...
Ajay Panicker [Fri, 13 Apr 2018 20:48:41 +0000 (13:48 -0700)]
Merge changes from topic "am-175db33b-0d30-4b99-87fe-9ef5c15643d6" into oc-dev am: 3752a74245
am: bea60140d5

Change-Id: I2dab6069525413f1d6365c7ce7affe8587afcbe4

6 years agoMerge changes from topic "am-175db33b-0d30-4b99-87fe-9ef5c15643d6" into oc-dev
Ajay Panicker [Fri, 13 Apr 2018 20:41:05 +0000 (13:41 -0700)]
Merge changes from topic "am-175db33b-0d30-4b99-87fe-9ef5c15643d6" into oc-dev
am: 3752a74245

Change-Id: Ife4fbd0a17a6e9b861f4a3c8ee202e7d176b0825

6 years agoMerge changes from topic "am-175db33b-0d30-4b99-87fe-9ef5c15643d6" into nyc-dr1-dev
TreeHugger Robot [Fri, 13 Apr 2018 20:29:14 +0000 (20:29 +0000)]
Merge changes from topic "am-175db33b-0d30-4b99-87fe-9ef5c15643d6" into nyc-dr1-dev

* changes:
  [automerger] DO NOT MERGE: Add bounds check to l2cble_process_sig_cmd L2CAP_CMD_DISC_REQ am: a75ccdc7ee
  DO NOT MERGE: Add bounds check to l2cble_process_sig_cmd L2CAP_CMD_DISC_REQ

6 years agoMerge "DO NOT MERGE: Add bounds check to l2cble_process_sig_cmd L2CAP_CMD_DISC_REQ...
TreeHugger Robot [Fri, 13 Apr 2018 20:29:14 +0000 (20:29 +0000)]
Merge "DO NOT MERGE: Add bounds check to l2cble_process_sig_cmd L2CAP_CMD_DISC_REQ" into nyc-dev

6 years agoMerge changes from topic "am-175db33b-0d30-4b99-87fe-9ef5c15643d6" into cw-f-dev
TreeHugger Robot [Fri, 13 Apr 2018 20:29:14 +0000 (20:29 +0000)]
Merge changes from topic "am-175db33b-0d30-4b99-87fe-9ef5c15643d6" into cw-f-dev

* changes:
  [automerger] DO NOT MERGE: Add bounds check to l2cble_process_sig_cmd L2CAP_CMD_DISC_REQ am: a75ccdc7ee am: 049e0c62c9 skipped: 72eb87a7c9
  [automerger] DO NOT MERGE: Add bounds check to l2cble_process_sig_cmd L2CAP_CMD_DISC_REQ am: a75ccdc7ee am: 049e0c62c9
  [automerger] DO NOT MERGE: Add bounds check to l2cble_process_sig_cmd L2CAP_CMD_DISC_REQ am: a75ccdc7ee
  DO NOT MERGE: Add bounds check to l2cble_process_sig_cmd L2CAP_CMD_DISC_REQ

6 years agoMerge changes from topic "am-175db33b-0d30-4b99-87fe-9ef5c15643d6" into nyc-mr1-dev
TreeHugger Robot [Fri, 13 Apr 2018 20:29:14 +0000 (20:29 +0000)]
Merge changes from topic "am-175db33b-0d30-4b99-87fe-9ef5c15643d6" into nyc-mr1-dev

* changes:
  [automerger] DO NOT MERGE: Add bounds check to l2cble_process_sig_cmd L2CAP_CMD_DISC_REQ am: a75ccdc7ee am: 049e0c62c9
  [automerger] DO NOT MERGE: Add bounds check to l2cble_process_sig_cmd L2CAP_CMD_DISC_REQ am: a75ccdc7ee
  DO NOT MERGE: Add bounds check to l2cble_process_sig_cmd L2CAP_CMD_DISC_REQ

6 years agoMerge changes from topic "am-175db33b-0d30-4b99-87fe-9ef5c15643d6" into nyc-mr2-dev
TreeHugger Robot [Fri, 13 Apr 2018 20:29:14 +0000 (20:29 +0000)]
Merge changes from topic "am-175db33b-0d30-4b99-87fe-9ef5c15643d6" into nyc-mr2-dev

* changes:
  [automerger] DO NOT MERGE: Add bounds check to l2cble_process_sig_cmd L2CAP_CMD_DISC_REQ am: a75ccdc7ee am: 049e0c62c9 skipped: 72eb87a7c9 am: 66cf5dda11
  [automerger] DO NOT MERGE: Add bounds check to l2cble_process_sig_cmd L2CAP_CMD_DISC_REQ am: a75ccdc7ee am: 049e0c62c9 skipped: 72eb87a7c9
  [automerger] DO NOT MERGE: Add bounds check to l2cble_process_sig_cmd L2CAP_CMD_DISC_REQ am: a75ccdc7ee am: 049e0c62c9
  [automerger] DO NOT MERGE: Add bounds check to l2cble_process_sig_cmd L2CAP_CMD_DISC_REQ am: a75ccdc7ee
  DO NOT MERGE: Add bounds check to l2cble_process_sig_cmd L2CAP_CMD_DISC_REQ

6 years agoMerge changes from topic "am-175db33b-0d30-4b99-87fe-9ef5c15643d6" into oc-dev
TreeHugger Robot [Fri, 13 Apr 2018 20:29:14 +0000 (20:29 +0000)]
Merge changes from topic "am-175db33b-0d30-4b99-87fe-9ef5c15643d6" into oc-dev

* changes:
  [automerger] DO NOT MERGE: Add bounds check to l2cble_process_sig_cmd L2CAP_CMD_DISC_REQ am: a75ccdc7ee am: 049e0c62c9 skipped: 72eb87a7c9 am: 66cf5dda11 skipped: c2dff60c3a
  [automerger] DO NOT MERGE: Add bounds check to l2cble_process_sig_cmd L2CAP_CMD_DISC_REQ am: a75ccdc7ee am: 049e0c62c9 skipped: 72eb87a7c9 am: 66cf5dda11
  [automerger] DO NOT MERGE: Add bounds check to l2cble_process_sig_cmd L2CAP_CMD_DISC_REQ am: a75ccdc7ee am: 049e0c62c9 skipped: 72eb87a7c9
  [automerger] DO NOT MERGE: Add bounds check to l2cble_process_sig_cmd L2CAP_CMD_DISC_REQ am: a75ccdc7ee am: 049e0c62c9
  [automerger] DO NOT MERGE: Add bounds check to l2cble_process_sig_cmd L2CAP_CMD_DISC_REQ am: a75ccdc7ee
  DO NOT MERGE: Add bounds check to l2cble_process_sig_cmd L2CAP_CMD_DISC_REQ

6 years agoMerge "Fix OOB read in process_l2cap_cmd" into pi-dev
TreeHugger Robot [Fri, 13 Apr 2018 20:00:11 +0000 (20:00 +0000)]
Merge "Fix OOB read in process_l2cap_cmd" into pi-dev

6 years agoEnable the AVRCP Service by default (2/2)
Ajay Panicker [Wed, 11 Apr 2018 18:16:26 +0000 (11:16 -0700)]
Enable the AVRCP Service by default (2/2)

Bug: 77238060
Test: Flash a device and see that AvrcpTargetService is enabled
Change-Id: I1ad1fff07b5ee6c553fc89a75e649789d82f85cc

6 years agoRemove bsears/ijpedowitz from system/bt OWNERS
Ian Pedowitz [Fri, 13 Apr 2018 18:58:08 +0000 (11:58 -0700)]
Remove bsears/ijpedowitz from system/bt OWNERS

We now have Build Cop Override

Fixes: 78017465
Test: N/A
Change-Id: I7feff1c76927a2a454cbe33c99a5a40fc8d96ee6