OSDN Git Service
Ajay Panicker [Thu, 23 Mar 2017 17:33:01 +0000 (17:33 +0000)]
Merge "Remove Context from mockContentResolver to avoid a Null Pointer Exception" am:
60a96344f5
am:
277ca2bae4
Change-Id: I14fc1d2b775eaf41de0a283d568a5a538a2e8b39
Ajay Panicker [Thu, 23 Mar 2017 17:30:01 +0000 (17:30 +0000)]
Merge "Remove Context from mockContentResolver to avoid a Null Pointer Exception"
am:
60a96344f5
Change-Id: I92ae10bb280126f566cb373b1672f39cf7267ed0
Treehugger Robot [Thu, 23 Mar 2017 17:27:35 +0000 (17:27 +0000)]
Merge "Remove Context from mockContentResolver to avoid a Null Pointer Exception"
Jakub Pawlowski [Thu, 23 Mar 2017 01:29:30 +0000 (01:29 +0000)]
Merge "Bluetooth 5 Enable->Enabled (2/2)" am:
f5505ac184
am:
fe39467aad
Change-Id: I9622ce73ce78866609f7fa6ddf50f8bcaba9fc12
Jakub Pawlowski [Thu, 23 Mar 2017 01:25:36 +0000 (01:25 +0000)]
Merge "Bluetooth 5 Enable->Enabled (2/2)"
am:
f5505ac184
Change-Id: I4d102d76670253d72c719b1ca99457ea05a45e32
Jakub Pawlowski [Thu, 23 Mar 2017 01:17:42 +0000 (01:17 +0000)]
Merge "Bluetooth 5 Enable->Enabled (2/2)"
Ajay Panicker [Wed, 22 Mar 2017 23:29:56 +0000 (16:29 -0700)]
Remove Context from mockContentResolver to avoid a Null Pointer Exception
mockContentResolver was updated to call a function on the context provided
in its constructor which caused an exception with mockContext. Instead leaving
the context out of the constructor skips this function call and doesn't affect
the test.
Test: Run unit tests with "runtest bluetooth"
Change-Id: I7a597c5864943d3d53dcb551bf3d3bafb4beb5ed
Jakub Pawlowski [Wed, 22 Mar 2017 22:41:35 +0000 (15:41 -0700)]
Bluetooth 5 Enable->Enabled (2/2)
Test: manual
Bug:
30622771
Change-Id: Ifce2fc20fde2c55f26cb54012c9ee4eb44b1c91e
Ajay Panicker [Wed, 22 Mar 2017 18:33:20 +0000 (18:33 +0000)]
Merge "Add rejected calls to Incomming Call History" am:
048d5aaff9
am:
fce8d2a965
Change-Id: I9b660f75a40159c826c8567830ec3fdca7b91189
Ajay Panicker [Wed, 22 Mar 2017 18:31:40 +0000 (18:31 +0000)]
Merge "Add rejected calls to Incomming Call History"
am:
048d5aaff9
Change-Id: I3351863c632270fac223726a624ae0fe2d8e0bf7
Treehugger Robot [Wed, 22 Mar 2017 18:25:10 +0000 (18:25 +0000)]
Merge "Add rejected calls to Incomming Call History"
Hemant Gupta [Wed, 22 Mar 2017 17:38:46 +0000 (17:38 +0000)]
Merge "OPP: Remove un-supported formats from SDP" am:
65f0a7ea2c
am:
a3014f0f18
Change-Id: Ia188c408e5cf436a85d33b4dac667f36b5003fcc
Hemant Gupta [Wed, 22 Mar 2017 17:37:11 +0000 (17:37 +0000)]
Merge "OPP: Remove un-supported formats from SDP"
am:
65f0a7ea2c
Change-Id: I8976455db62ecffc8df8b70eb8248191321c5c6d
Treehugger Robot [Wed, 22 Mar 2017 17:31:17 +0000 (17:31 +0000)]
Merge "OPP: Remove un-supported formats from SDP"
Ajay Panicker [Wed, 22 Mar 2017 01:22:04 +0000 (18:22 -0700)]
Add rejected calls to Incomming Call History
Bug:
36490575
Test: Connect to carkit after rejecting a call on test device
Change-Id: Ifa3593b5b26e13a3bd6d2b94f744254e3eb353fb
Hemant Gupta [Wed, 22 Mar 2017 15:59:10 +0000 (15:59 +0000)]
Merge "OPP: Replace deprecated API(s) with new API." am:
a2f7b90981
am:
3b6dac5898
Change-Id: I568f8acbdc585d97385b39af4bb42df1d1b70c74
Hemant Gupta [Wed, 22 Mar 2017 15:56:40 +0000 (15:56 +0000)]
Merge "OPP: Replace deprecated API(s) with new API."
am:
a2f7b90981
Change-Id: Id018ab5d51c3f53f4fd208fbd82abf9b320cdbe5
Hemant Gupta [Tue, 21 Mar 2017 10:30:05 +0000 (16:00 +0530)]
OPP: Remove un-supported formats from SDP
Use case:
1. Send a vcalendar file to DUT
2. Verify file is received on DUT
Result:
DUT rejects vCalendar put request with reason unsupported media type
although DUT SDP records claim support for vcalendar format. Same is valid
for vNote and vMessage formats as well.
Rootcause:
ACCEPTABLE_SHARE_INBOUND_TYPES does not have support for above MIME formats.
Fix:
Remove vCal, vNote and vMessage from OPP Server supported format list.
Reproducibiltiy:
5/5
Test: All PTS tests that were enabled because of support for different OPP MIME
formats got disabled as by default OPP Rx will not support these MIME formats
leading to no OPP failures in PTS.
Bug:
36467777
Change-Id: I2503f5c61dd28fd3cf73d10939c6d931dbe0d6ea
Treehugger Robot [Wed, 22 Mar 2017 15:50:07 +0000 (15:50 +0000)]
Merge "OPP: Replace deprecated API(s) with new API."
Hemant Gupta [Mon, 6 Feb 2017 09:51:21 +0000 (15:21 +0530)]
OPP: Replace deprecated API(s) with new API.
Remove unnecessary variable/functions and avoid using
deprecated API(s).
Test: OPP functionality (Tx/Rx) works fine without issues.
Bug:
35013632
Change-Id: Ice9314d599d0c0f4d7cc0e1ed70c7e87fa41e937
Jack He [Wed, 22 Mar 2017 02:22:50 +0000 (02:22 +0000)]
Merge "Call System.exit(0) in onDestroy" am:
0214c82fd5
am:
30d0df8a3e
Change-Id: I7b2f6c7fc3e5657a4911421db57815e7fe5d0959
Jack He [Wed, 22 Mar 2017 02:20:55 +0000 (02:20 +0000)]
Merge "Call System.exit(0) in onDestroy"
am:
0214c82fd5
Change-Id: I6c742028f19ca69badf29ef2268e064fec1fd085
Treehugger Robot [Wed, 22 Mar 2017 02:18:05 +0000 (02:18 +0000)]
Merge "Call System.exit(0) in onDestroy"
Jack He [Tue, 21 Mar 2017 23:50:56 +0000 (16:50 -0700)]
Call System.exit(0) in onDestroy
Call System.exit(0) in onDestroy() to make sure state is cleared in
the Bluetooth stack when Bluetooth is disabled
Bug:
27859763
Bug:
36487153
Test: Build, run unit tests, Bluetooth enable/disable
Change-Id: I34917ca3302b01c4da74b969da08860d6fbf8274
Jakub Pawlowski [Tue, 21 Mar 2017 18:52:06 +0000 (18:52 +0000)]
Merge "Add setScannable to AdvertisingSetParameters (2/2)" am:
96bd28a78f
am:
d17f248ff8
Change-Id: I2d30b3d958efb2054633f9ff6e6a3469b8fe5fa6
Jakub Pawlowski [Tue, 21 Mar 2017 18:44:40 +0000 (18:44 +0000)]
Merge "Add setScannable to AdvertisingSetParameters (2/2)"
am:
96bd28a78f
Change-Id: Ifed8433505a93e4225219020b7e8428a015dbf2f
Jakub Pawlowski [Tue, 21 Mar 2017 18:37:34 +0000 (18:37 +0000)]
Merge "Add setScannable to AdvertisingSetParameters (2/2)"
Jakub Pawlowski [Mon, 20 Mar 2017 22:59:27 +0000 (15:59 -0700)]
Add setScannable to AdvertisingSetParameters (2/2)
There must be a proper way to specify if advertisment is scannable, when
updating the parameters.
Test: manual
Bug:
30622771
Change-Id: I9e5a8967a594ccb245acc30b6a9bf6ef2ff260d1
Jakub Pawlowski [Mon, 20 Mar 2017 22:33:17 +0000 (22:33 +0000)]
Merge "Bluetooth 5 AdvertisingSet implementation (2/4)" am:
b9954db54b
am:
b8a0a458e2
Change-Id: I5dea47ad652c32f02b5ea40745db51f14cf2334c
Jakub Pawlowski [Mon, 20 Mar 2017 22:26:50 +0000 (22:26 +0000)]
Merge "Bluetooth 5 AdvertisingSet implementation (2/4)"
am:
b9954db54b
Change-Id: I718747628310e4a9af5b580e0a9752c0194fbb28
Jakub Pawlowski [Mon, 20 Mar 2017 22:19:07 +0000 (22:19 +0000)]
Merge "Bluetooth 5 AdvertisingSet implementation (2/4)"
Jakub Pawlowski [Fri, 17 Mar 2017 22:32:28 +0000 (15:32 -0700)]
Bluetooth 5 AdvertisingSet implementation (2/4)
Test: manual
Bug:
30622771
Change-Id: I69e1ce6be3b776f783d2b2d18aee63a494b8cfd1
Jakub Pawlowski [Fri, 17 Mar 2017 22:41:02 +0000 (22:41 +0000)]
Merge "Bluetooth 5 move timeout parameter (2/2)" am:
91aa86124b
am:
0cff63044b
Change-Id: I6bb27124452d690574e1fe1215b3d65096189709
Jakub Pawlowski [Fri, 17 Mar 2017 22:34:29 +0000 (22:34 +0000)]
Merge "Bluetooth 5 move timeout parameter (2/2)"
am:
91aa86124b
Change-Id: I9cdefa60cc696cb727a24f0d3a29969deeffc860
Jakub Pawlowski [Fri, 17 Mar 2017 22:24:04 +0000 (22:24 +0000)]
Merge "Bluetooth 5 move timeout parameter (2/2)"
Jakub Pawlowski [Fri, 17 Mar 2017 18:23:38 +0000 (11:23 -0700)]
Bluetooth 5 move timeout parameter (2/2)
Timeout is not a parameter, it is a property of enabling the
advertising. Move it into more proper place.
Test: manual
Bug:
30622771
Change-Id: Ib688f183bf71fe429da6b9c3c8eb3591e9c6ec1d
Jack He [Fri, 17 Mar 2017 22:00:02 +0000 (22:00 +0000)]
Merge "Fix formatting issue on Headset State Machine" am:
61345026a7
am:
d9251e30cd
Change-Id: I2520608c3b1afe11b6ae30735b9008870d8c4912
Jack He [Fri, 17 Mar 2017 21:56:50 +0000 (21:56 +0000)]
Merge "Fix formatting issue on Headset State Machine"
am:
61345026a7
Change-Id: I7058f53b20e94b75042ae1127e0a3b6f099d50b9
Treehugger Robot [Fri, 17 Mar 2017 21:49:01 +0000 (21:49 +0000)]
Merge "Fix formatting issue on Headset State Machine"
Jack He [Thu, 9 Mar 2017 19:57:02 +0000 (11:57 -0800)]
Fix formatting issue on Headset State Machine
Test: build, no user visible effect
Merged-In: I482661d95ac6e30a6f55afa9970627e889907125
Change-Id: I482661d95ac6e30a6f55afa9970627e889907125
TreeHugger Robot [Fri, 17 Mar 2017 19:59:13 +0000 (19:59 +0000)]
Merge "Fix formatting issue on Headset State Machine" into nyc-mr2-dev-plus-aosp
Jack He [Thu, 9 Mar 2017 19:57:02 +0000 (11:57 -0800)]
Fix formatting issue on Headset State Machine
Test: build, no user visible effect
Change-Id: I482661d95ac6e30a6f55afa9970627e889907125
(cherry picked from commit
79ea359530515b27f608e52cc53f33d3797f7d4c)
Andre Eisenbach [Fri, 17 Mar 2017 06:39:41 +0000 (06:39 +0000)]
Merge "Revert "jni: introduce ScopedBtAddr"" am:
e4406bcc36
am:
6762afd6e8
Change-Id: Ieb081a35769a29b391cd295aecc3de0b6ccd721f
Andre Eisenbach [Fri, 17 Mar 2017 06:36:11 +0000 (06:36 +0000)]
Merge "Revert "jni: introduce ScopedBtAddr""
am:
e4406bcc36
Change-Id: Ie136e2b870e7892bbfe8c62323c95f0578dca1e5
Andre Eisenbach [Fri, 17 Mar 2017 06:32:48 +0000 (06:32 +0000)]
Merge "Revert "jni: introduce ScopedBtAddr""
Andre Eisenbach [Fri, 17 Mar 2017 04:47:41 +0000 (04:47 +0000)]
Revert "jni: introduce ScopedBtAddr"
Causes crash on Fugu. Reverting for now until further investigation.
This reverts commit
2b233628767c0bf6ff21ae2acdeada8bea94e583.
Change-Id: I21daf6b75312695d7ccb83ae603aaeffc3c9e770
Jakub Pawlowski [Fri, 17 Mar 2017 05:26:34 +0000 (05:26 +0000)]
Merge "LE Maximum Advertising Data Length (2/4)" am:
4cee47de11
am:
9a6a474ca6
Change-Id: I3d5b8bee005363993e377ea6164d4b79de965ee3
Jakub Pawlowski [Fri, 17 Mar 2017 05:20:06 +0000 (05:20 +0000)]
Merge "LE Maximum Advertising Data Length (2/4)"
am:
4cee47de11
Change-Id: I2a26d6eb8a9b8372dc2a171e798aec5f122794b0
Jakub Pawlowski [Fri, 17 Mar 2017 05:13:44 +0000 (05:13 +0000)]
Merge "LE Maximum Advertising Data Length (2/4)"
Marie Janssen [Fri, 17 Mar 2017 02:33:55 +0000 (02:33 +0000)]
Merge "jni: introduce ScopedBtAddr" am:
9b94cc9fe2
am:
f412949fc2
Change-Id: Ie7b35b98973e13dbe2d5d3f6ff29c52f6e724ff0
Marie Janssen [Fri, 17 Mar 2017 02:31:25 +0000 (02:31 +0000)]
Merge "jni: introduce ScopedBtAddr"
am:
9b94cc9fe2
Change-Id: I53de9a0f7d17118088206ddd18aa706aa44de7fc
Treehugger Robot [Fri, 17 Mar 2017 02:26:53 +0000 (02:26 +0000)]
Merge "jni: introduce ScopedBtAddr"
Jakub Pawlowski [Fri, 17 Mar 2017 01:21:31 +0000 (18:21 -0700)]
LE Maximum Advertising Data Length (2/4)
Add ability to check maximum advertising data length.
Bug:
30622771
Test: manual
Change-Id: Ia912f9d738ec8dbf56205a1c22a21f687d9cb6cd
Jakub Pawlowski [Fri, 17 Mar 2017 01:15:14 +0000 (01:15 +0000)]
Merge "Bluetooth 5 AdvertisingSet implementation (2/4)" am:
92b2f24308
am:
b0cefb9617
Change-Id: I45899e32959c4295400e1715355c93db747d9674
Jakub Pawlowski [Fri, 17 Mar 2017 01:09:08 +0000 (01:09 +0000)]
Merge "Bluetooth 5 AdvertisingSet implementation (2/4)"
am:
92b2f24308
Change-Id: I5d070edb82d2b1d51339bb68e9dc1fdb46e035e0
Treehugger Robot [Fri, 17 Mar 2017 01:01:15 +0000 (01:01 +0000)]
Merge "Bluetooth 5 AdvertisingSet implementation (2/4)"
Marie Janssen [Wed, 15 Feb 2017 20:49:52 +0000 (12:49 -0800)]
jni: introduce ScopedBtAddr
ScopedBtAddr handles marshalling bt_bdaddr_t into jbyteArrays so we
don't have to. It also complains when it can't allocate things and
deletes the local reference when it goes out of scope.
Test: compiles, sanity tests with various profiles
Change-Id: I78a6364cc5cac0e8664d2d04388a6e2ac4c7a58f
Jakub Pawlowski [Mon, 13 Mar 2017 18:14:27 +0000 (11:14 -0700)]
Bluetooth 5 AdvertisingSet implementation (2/4)
This patch wires up fist methods of AdvertisingSet, making it possible
to start advertising and stop advertising. It also replaces legacy
implemementation with calls to new implementation.
Bug:
30622771
Test: sl4a ConcurrentBleAdvertisingTest
Change-Id: I35e7db5df1945d101402299f78dd541e346d548c
Jack He [Thu, 16 Mar 2017 17:41:46 +0000 (17:41 +0000)]
Merge "AdapterService: Do not call System.exit() on onUnbind" am:
5cc1112d65
am:
97669e3cf2
Change-Id: Iff825cd26f7bf796627ca2775bdaf0fd4b7183f3
Jack He [Thu, 16 Mar 2017 17:39:18 +0000 (17:39 +0000)]
Merge "AdapterService: Do not call System.exit() on onUnbind"
am:
5cc1112d65
Change-Id: I6893a7be8a7676092efdb5bf49921616aff041f8
Treehugger Robot [Thu, 16 Mar 2017 17:33:47 +0000 (17:33 +0000)]
Merge "AdapterService: Do not call System.exit() on onUnbind"
Jack He [Thu, 16 Mar 2017 04:35:28 +0000 (21:35 -0700)]
AdapterService: Do not call System.exit() on onUnbind
* Process termination should be handled by the OS
* System.exit() in onUnbind also prevents onDestroy() to be called
* Removed isMock() since its only use case is to check if System.exit()
should be called
Bug:
35366908
Test: make, run java test, turning Bluetooth ON/OFF
Change-Id: Ieba927ce86d5dd27269f10188c74308fa76e66d9
Marie Janssen [Thu, 16 Mar 2017 00:09:59 +0000 (00:09 +0000)]
Merge "Broadcast ACTION_PAIRING_REQUEST to everyone again" am:
71da1cf06b
am:
a670256bf7
Change-Id: Ia3c6b483cfda058832c8070407a9a1f52a003114
Marie Janssen [Thu, 16 Mar 2017 00:07:38 +0000 (00:07 +0000)]
Merge "Broadcast ACTION_PAIRING_REQUEST to everyone again"
am:
71da1cf06b
Change-Id: I57f8a7673d28fcbe1e60d51e192564bf13189682
Treehugger Robot [Thu, 16 Mar 2017 00:01:54 +0000 (00:01 +0000)]
Merge "Broadcast ACTION_PAIRING_REQUEST to everyone again"
Marie Janssen [Wed, 15 Mar 2017 20:49:57 +0000 (13:49 -0700)]
Broadcast ACTION_PAIRING_REQUEST to everyone again
ACTION_PAIRING_REQUEST to be sent to all packages while new methods for
handling automated pairing are developed.
Test: AAP pairing && SL4A connection tests
Bug:
36024655
Bug:
35853357
Change-Id: Ib07adf5253c1e051ab2abc6e2ed711d8bbf107c9
Jakub Pawlowski [Wed, 15 Mar 2017 20:17:40 +0000 (20:17 +0000)]
Merge "Fix advertise data length parsing" am:
91dca83714
am:
cb43fe1b20
Change-Id: If0085d9efc38981239ad1e8121b9e3f3cb8fb592
Jakub Pawlowski [Wed, 15 Mar 2017 20:09:43 +0000 (20:09 +0000)]
Merge "Fix advertise data length parsing"
am:
91dca83714
Change-Id: I8328e4b789189d7f3320418553d9a5f5957e35c2
Treehugger Robot [Wed, 15 Mar 2017 20:04:53 +0000 (20:04 +0000)]
Merge "Fix advertise data length parsing"
Jakub Pawlowski [Wed, 15 Mar 2017 18:11:32 +0000 (11:11 -0700)]
Fix advertise data length parsing
Bluetooth 5 advertise data can be longer than 128bytes. The length bit
must be properly converted to unsigned value for such long data.
Bug:
36086416
Test: manual
Change-Id: I7449ea99be2e78dd60dd90ec607b74f2bb02d213
Andre Eisenbach [Tue, 14 Mar 2017 21:21:13 +0000 (21:21 +0000)]
Merge "Initialize the Media Player list at start" am:
af66394a61
am:
4120a36bb1
Change-Id: I91482b981e3eb6c293246d9a3da05776431dd732
Andre Eisenbach [Tue, 14 Mar 2017 21:16:13 +0000 (21:16 +0000)]
Merge "Initialize the Media Player list at start"
am:
af66394a61
Change-Id: I50bf13adf13e46737b6bc5ecc4bef1d5b01b446c
Andre Eisenbach [Tue, 14 Mar 2017 21:06:53 +0000 (21:06 +0000)]
Merge "Initialize the Media Player list at start"
Ajay Panicker [Tue, 14 Mar 2017 19:57:53 +0000 (12:57 -0700)]
Initialize the Media Player list at start
If the browsable list builder fails to receive any connect callbacks when
connecting to media services, we could be left in a state where the media
player list is uninitialized. This is fixed by always initializing the
media player list at the start of AVRCP.
Change-Id: I15088c1f4e8ffa2ac8a101339c9b47989fc17a5e
Fixes:
36151636
Test: Manually tested connecting AVRCP with AVIC-8100NEX
Jakub Pawlowski [Sat, 11 Mar 2017 02:16:49 +0000 (02:16 +0000)]
Merge "Bluetooth 5 feature check implementation (3/3)" am:
af78536ab5
am:
9163d2b20c
Change-Id: I349639e9c6f51e78e54e0f06b8efc5db3332d626
Jakub Pawlowski [Sat, 11 Mar 2017 02:13:18 +0000 (02:13 +0000)]
Merge "Bluetooth 5 feature check implementation (3/3)"
am:
af78536ab5
Change-Id: Ie3d08bc680f1e3a93fda7cf90d0d693f379104fb
Treehugger Robot [Sat, 11 Mar 2017 02:03:42 +0000 (02:03 +0000)]
Merge "Bluetooth 5 feature check implementation (3/3)"
Jakub Pawlowski [Fri, 10 Mar 2017 02:18:13 +0000 (18:18 -0800)]
Bluetooth 5 feature check implementation (3/3)
Wire the new feature check API to actual values received from the
controller.
Test: manual
Bug:
30622771
Change-Id: I0812ed3ed8e28b8be34090ffb09c27d7a6405b8b
Joseph Pirozzo [Fri, 10 Mar 2017 17:41:13 +0000 (17:41 +0000)]
Merge "PBAP PropertySelector" am:
e0f2564001
am:
f6bfa2ab47
Change-Id: I1ad115b1c995aaa552b8200eae092ba30bbca4cd
Joseph Pirozzo [Fri, 10 Mar 2017 17:38:07 +0000 (17:38 +0000)]
Merge "PBAP PropertySelector"
am:
e0f2564001
Change-Id: Ic85da3fffa537ec1651ea517ff7c8a0c41470009
Treehugger Robot [Fri, 10 Mar 2017 17:33:09 +0000 (17:33 +0000)]
Merge "PBAP PropertySelector"
Joseph Pirozzo [Wed, 1 Mar 2017 01:19:15 +0000 (17:19 -0800)]
PBAP PropertySelector
Fill out and transmit the PropertySelector when requesting to download
the phonebook. Although the PropertySelector field is an optional field
and the default behavior is well specified when it is absent, some
phones do not adhere to the specification. By sending the
PropertySelector field we can improve interoperability and eliminate
unneeded data.
Bug:
35322439
Change-Id: I25bcfce8bf4c7648c7cc07387bf02ebef600cf44
Test: Verification of filter bits set in wireshark and successfull
transfer of contact images, names, and numbers.
Jakub Pawlowski [Wed, 8 Mar 2017 21:40:19 +0000 (21:40 +0000)]
Merge "Use fixed size scan response data" am:
cc295bbfee
am:
ece2d59522
Change-Id: I2d16f9dd6ea00484a02495ff7b3863c46fa8cbde
Jakub Pawlowski [Wed, 8 Mar 2017 21:37:20 +0000 (21:37 +0000)]
Merge "Use fixed size scan response data"
am:
cc295bbfee
Change-Id: I83c212284fe05204ed25bf02c2a2a73221487c71
Treehugger Robot [Wed, 8 Mar 2017 21:30:53 +0000 (21:30 +0000)]
Merge "Use fixed size scan response data"
Jakub Pawlowski [Wed, 8 Mar 2017 00:35:19 +0000 (16:35 -0800)]
Use fixed size scan response data
We used to return fixed size scan response data before commit
ed3417a6,
and some applications rely on this behaviour. For now make sure that all
apps get fixed data.
Bug:
36003118
Test: manual
Change-Id: Ieff1a933c01e7fcb0ae36f740048ccba2b3481b9
Jakub Pawlowski [Wed, 8 Mar 2017 19:28:58 +0000 (19:28 +0000)]
Merge "Bluetooth 5 Advertising API" am:
dcffb67e16
am:
c38bf613d6
Change-Id: Idcbef2db05d628a7270acb4ca0c43b34f8c3644f
Jakub Pawlowski [Wed, 8 Mar 2017 19:27:43 +0000 (19:27 +0000)]
Merge "Bluetooth 5 PHY change API" am:
d3e9d9f8b1
am:
86508a4a5b
Change-Id: I56a338b0ba4d454dd5bb46225cb37d613ce35dae
Jakub Pawlowski [Wed, 8 Mar 2017 19:22:06 +0000 (19:22 +0000)]
Merge "Bluetooth 5 periodc scan API (2/2)" am:
d84aac6a34
am:
5bb6c3f0e8
Change-Id: Ib0b2c4403b83ca49f1ff0b1db86e0892a186a9ba
Jakub Pawlowski [Wed, 8 Mar 2017 19:20:09 +0000 (19:20 +0000)]
Merge "Bluetooth 5 Advertising API"
am:
dcffb67e16
Change-Id: I28998dc9ff77349eb219d0511ca8af797fd10c4f
Jakub Pawlowski [Wed, 8 Mar 2017 19:20:05 +0000 (19:20 +0000)]
Merge "Propagate Bluetooth 5 scan result properties" am:
30241a4d72
am:
b8d9dd85f2
Change-Id: I99224bbd2d7be785078f2f7697eefdd6c058914f
Jakub Pawlowski [Wed, 8 Mar 2017 19:17:47 +0000 (19:17 +0000)]
Merge "Bluetooth 5 PHY change API"
am:
d3e9d9f8b1
Change-Id: Ia9e2375ba0138e78077f4b4b7f9fac6ef8b65e9f
Jakub Pawlowski [Wed, 8 Mar 2017 19:17:13 +0000 (19:17 +0000)]
Merge "Bluetooth 5 feature check API (2/2)" am:
b52e56f18b
am:
d5a798f579
Change-Id: I885380c4c4f8de9d3cfbbca8b7a6a2a26545ec99
Jakub Pawlowski [Wed, 8 Mar 2017 19:13:26 +0000 (19:13 +0000)]
Merge "Bluetooth 5 periodc scan API (2/2)"
am:
d84aac6a34
Change-Id: I322c05d22c1cbfeff33f9fa7238b001071c58269
Jakub Pawlowski [Wed, 8 Mar 2017 19:11:09 +0000 (19:11 +0000)]
Merge "Propagate Bluetooth 5 scan result properties"
am:
30241a4d72
Change-Id: I4fbbec83552071bd756b8aabd43d3e62b94874bd
Jakub Pawlowski [Wed, 8 Mar 2017 19:08:49 +0000 (19:08 +0000)]
Merge "Bluetooth 5 feature check API (2/2)"
am:
b52e56f18b
Change-Id: I481dc74b86858e185798e65a48393470fc4d1496
Jakub Pawlowski [Wed, 8 Mar 2017 19:05:12 +0000 (19:05 +0000)]
Merge "Bluetooth 5 Advertising API"
Jakub Pawlowski [Tue, 10 Jan 2017 08:48:56 +0000 (00:48 -0800)]
Bluetooth 5 Advertising API
Bug:
30622771
Test: manual
Change-Id: I3a670756e26345833ce595c9b22b8b39ae0ba41f
Jakub Pawlowski [Wed, 8 Mar 2017 19:04:30 +0000 (19:04 +0000)]
Merge "Bluetooth 5 PHY change API"
Jakub Pawlowski [Tue, 7 Feb 2017 15:33:07 +0000 (07:33 -0800)]
Bluetooth 5 PHY change API
Bug:
30622771
Test: manual
Change-Id: I859d23e7db95585551675d09c0b009222a475dd2