OSDN Git Service

android-x86/system-bt.git
4 years agoMerge "L2CAP: Add call to version info" am: c45635ac7e
Automerger Merge Worker [Wed, 5 Feb 2020 00:46:29 +0000 (00:46 +0000)]
Merge "L2CAP: Add call to version info" am: c45635ac7e

Change-Id: Ia0eaf21c742863d26c5958af2893c8f43d5940e5

4 years agoMerge changes I3f560575,Ie0d423a9 am: 966a69cf09
Automerger Merge Worker [Wed, 5 Feb 2020 00:46:05 +0000 (00:46 +0000)]
Merge changes I3f560575,Ie0d423a9 am: 966a69cf09

Change-Id: Iecaf8419ad4a00ba19bcf8712cc052cb3d55d1ca

4 years agoMerge "L2CAP: Add call to version info"
Treehugger Robot [Wed, 5 Feb 2020 00:30:06 +0000 (00:30 +0000)]
Merge "L2CAP: Add call to version info"

4 years agoMerge changes I3f560575,Ie0d423a9
Treehugger Robot [Wed, 5 Feb 2020 00:25:56 +0000 (00:25 +0000)]
Merge changes I3f560575,Ie0d423a9

* changes:
  Neighbor: Test remote name
  RootCanal: Use a copied vector for SetName

4 years agoMerge "LegacyStorage: Fix logic to be more robust" am: 1cbd4c7d9a
Automerger Merge Worker [Tue, 4 Feb 2020 22:13:12 +0000 (22:13 +0000)]
Merge "LegacyStorage: Fix logic to be more robust" am: 1cbd4c7d9a

Change-Id: I587f83030b180d2b82ea352a919c31c42b040629

4 years agoAdd cert/android_devices_config.json to dist am: 0339a556c7
Automerger Merge Worker [Tue, 4 Feb 2020 22:13:00 +0000 (22:13 +0000)]
Add cert/android_devices_config.json to dist am: 0339a556c7

Change-Id: I6c343c2c4e8e84ab058ef83e7103f53be05fb00d

4 years agoMerge "LegacyStorage: Fix logic to be more robust"
Treehugger Robot [Tue, 4 Feb 2020 21:59:01 +0000 (21:59 +0000)]
Merge "LegacyStorage: Fix logic to be more robust"

4 years agoDeviceCert: Fix AclManagerTest am: 85315633d3
Automerger Merge Worker [Tue, 4 Feb 2020 21:06:59 +0000 (21:06 +0000)]
DeviceCert: Fix AclManagerTest am: 85315633d3

Change-Id: Iaa2c14184ad02d62a4d975e5ef4b5f56864f998b

4 years agoNeighbor: Test remote name
Myles Watson [Tue, 4 Feb 2020 14:26:21 +0000 (06:26 -0800)]
Neighbor: Test remote name

Bug: 145638034
Test: ./cert/run_cert_facade_only.sh
Change-Id: I3f56057573d2646ce44ed2a57019fef97a1e392b

4 years agoRootCanal: Use a copied vector for SetName
Myles Watson [Tue, 4 Feb 2020 20:14:20 +0000 (12:14 -0800)]
RootCanal: Use a copied vector for SetName

Bug: 145638034
Test: ./cert/run_cert_facade_only.sh
Change-Id: Ie0d423a9fa7a8d41d1fa87820d7b83c86f84d536

4 years agoDevice cert: set up device in test script am: fe94ef0d3f
Automerger Merge Worker [Tue, 4 Feb 2020 20:10:03 +0000 (20:10 +0000)]
Device cert: set up device in test script am: fe94ef0d3f

Change-Id: Ic3689a971cdac1b803711d8159c83369f0c05cad

4 years agoAdd cert/android_devices_config.json to dist
Hansong Zhang [Tue, 4 Feb 2020 19:37:06 +0000 (11:37 -0800)]
Add cert/android_devices_config.json to dist

Test: m dist bluetooth_stack_with_facade
Change-Id: I7fd8e14006e7d92401aaa548322aeb43767d7894

4 years agoDeviceCert: Fix AclManagerTest
Hansong Zhang [Tue, 4 Feb 2020 19:15:40 +0000 (11:15 -0800)]
DeviceCert: Fix AclManagerTest

Test: cert/run_device_cert.sh
Change-Id: I79348c8227bce6697166923e1a47df3101019c64

4 years agoDevice cert: set up device in test script
Hansong Zhang [Tue, 4 Feb 2020 18:16:15 +0000 (10:16 -0800)]
Device cert: set up device in test script

Currently users have to set up the device with adb shell commands
manually. Move it to test script instead.

Test: cert/run_cert_facade_only.sh and run_device_cert.sh
Bug: 148147248
Change-Id: Id475bd550a46e8cd11ade0b72a5cb4032f55980e

4 years agoMerge "HCI: Modify SimplePairingDebugMode base class" am: c1b0b5b071
Automerger Merge Worker [Tue, 4 Feb 2020 19:07:07 +0000 (19:07 +0000)]
Merge "HCI: Modify SimplePairingDebugMode base class" am: c1b0b5b071

Change-Id: I3a1f5404adbffa3eb15ccb0dca48c2883518e8ea

4 years agoMerge "ACL: Add functions for remote version information" am: e7795be468
Automerger Merge Worker [Tue, 4 Feb 2020 19:06:57 +0000 (19:06 +0000)]
Merge "ACL: Add functions for remote version information" am: e7795be468

Change-Id: I4c38cedd316e40a76d157e8dcabc8fb59b794491

4 years agoMerge "HCI: Modify SimplePairingDebugMode base class"
Treehugger Robot [Tue, 4 Feb 2020 19:02:31 +0000 (19:02 +0000)]
Merge "HCI: Modify SimplePairingDebugMode base class"

4 years agoLegacyStorage: Fix logic to be more robust
Martin Brabham [Tue, 4 Feb 2020 18:58:58 +0000 (10:58 -0800)]
LegacyStorage: Fix logic to be more robust

config_new(filename) will return nullptr if the filename
points to a non-existing file.  Additionally, if the config
doesn't have an Adapter section it is considered useless
by legacy stack, so copy that logic here too.

Bug: 144376599
Test: manual
Change-Id: I6ceb49f4fa49fb220a40cd3c502f63775859299c

4 years agoMerge "ACL: Add functions for remote version information"
Treehugger Robot [Tue, 4 Feb 2020 18:51:42 +0000 (18:51 +0000)]
Merge "ACL: Add functions for remote version information"

4 years agoMerge "DirectHciTest: Always listen to CONNECTION_PACKET_TYPE_CHANGED" am: 1112316b1f
Automerger Merge Worker [Tue, 4 Feb 2020 18:42:14 +0000 (18:42 +0000)]
Merge "DirectHciTest: Always listen to CONNECTION_PACKET_TYPE_CHANGED" am: 1112316b1f

Change-Id: I08a0599352d780356d532eba006b2def23ea4027

4 years agoMerge "DirectHciTest: Always listen to CONNECTION_PACKET_TYPE_CHANGED"
Treehugger Robot [Tue, 4 Feb 2020 18:31:11 +0000 (18:31 +0000)]
Merge "DirectHciTest: Always listen to CONNECTION_PACKET_TYPE_CHANGED"

4 years agoL2CAP: Add call to version info
Martin Brabham [Tue, 4 Feb 2020 17:44:53 +0000 (09:44 -0800)]
L2CAP: Add call to version info

Additionally add get remote offset call, as I see this happen
in normal snoop logs before the pairing happens, and some
cleanup/code consolidation.

Bug: 145638034
Test: bluetooth_test_gd
Change-Id: I59ff22452025d92631dce7926e94291c0b9df3d1

4 years agoACL: Add functions for remote version information
Martin Brabham [Tue, 4 Feb 2020 17:33:53 +0000 (09:33 -0800)]
ACL: Add functions for remote version information

Bug: 145638034
Test: bluetooth_test_gd
Change-Id: Ib2458e10737b244123bed14b3c5c96685505e9eb

4 years agoHCI: Add features notification to security i/f am: 3fa8a2aca4
Automerger Merge Worker [Tue, 4 Feb 2020 17:29:20 +0000 (17:29 +0000)]
HCI: Add features notification to security i/f am: 3fa8a2aca4

Change-Id: I30bad4d3d206e15d24a9474bd4bad3bb5ac99a3b

4 years agoRootCanal: Send SimplePairingComplete on success am: 9fe5fe2731
Automerger Merge Worker [Tue, 4 Feb 2020 17:29:17 +0000 (17:29 +0000)]
RootCanal: Send SimplePairingComplete on success am: 9fe5fe2731

Change-Id: I29a2cd711b36e1c85fbbfe36524b988f2ac68091

4 years agoHCI: Modify SimplePairingDebugMode base class
Martin Brabham [Tue, 4 Feb 2020 17:26:22 +0000 (09:26 -0800)]
HCI: Modify SimplePairingDebugMode base class

Bug: 145638034
Test: manual; builds
Change-Id: Ia3f7ae0549f6e6e89bc924cea92c861c3da08439

4 years agoHCI: Add features notification to security i/f
Myles Watson [Tue, 4 Feb 2020 12:37:40 +0000 (04:37 -0800)]
HCI: Add features notification to security i/f

Bug: 145638034
Test: ./cert/run_cert_facade_only.sh
Change-Id: I91cde70c1c3b83fd9e7ba019367f8d112773d44d

4 years agoRootCanal: Send SimplePairingComplete on success
Myles Watson [Tue, 4 Feb 2020 12:38:15 +0000 (04:38 -0800)]
RootCanal: Send SimplePairingComplete on success

Send SimplePairingComplete after sending keys and before
authentication.

Bug: 145638034
Test: ./cert/run_cert_facade_only.sh
Change-Id: I9a262001b111c2caaae6c48413b2d836fdfaefae

4 years agoMerge "Propagate connection failures to client" am: 4d8b3d2114
Automerger Merge Worker [Tue, 4 Feb 2020 04:11:28 +0000 (04:11 +0000)]
Merge "Propagate connection failures to client" am: 4d8b3d2114

Change-Id: Id5995e906d70dec0d4ecba9b10e22188a9d2aa51

4 years agoMerge "Propagate connection failures to client"
Treehugger Robot [Tue, 4 Feb 2020 03:57:40 +0000 (03:57 +0000)]
Merge "Propagate connection failures to client"

4 years agoMerge "Add gd shim l2cap unit test" am: 1c5e7e608d
Automerger Merge Worker [Tue, 4 Feb 2020 03:44:45 +0000 (03:44 +0000)]
Merge "Add gd shim l2cap unit test" am: 1c5e7e608d

Change-Id: I72ed41e5281253fcf5e07c91810eab6e373508d7

4 years agoMerge "Add gd shim l2cap unit test"
Treehugger Robot [Tue, 4 Feb 2020 03:37:19 +0000 (03:37 +0000)]
Merge "Add gd shim l2cap unit test"

4 years agoMerge "Gracefully handle startup timer expiry" am: 311135570b
Automerger Merge Worker [Tue, 4 Feb 2020 02:54:10 +0000 (02:54 +0000)]
Merge "Gracefully handle startup timer expiry" am: 311135570b

Change-Id: Ie2d58ed3956827fea882b18fe169290db9b4a9e0

4 years agoMerge "Gracefully handle startup timer expiry"
Treehugger Robot [Tue, 4 Feb 2020 02:43:49 +0000 (02:43 +0000)]
Merge "Gracefully handle startup timer expiry"

4 years agoAdd IsRpa and IsRpaThatMatchesIrk into AddressWithType am: 0d7044d048
Automerger Merge Worker [Tue, 4 Feb 2020 01:42:57 +0000 (01:42 +0000)]
Add IsRpa and IsRpaThatMatchesIrk into AddressWithType am: 0d7044d048

Change-Id: I2c77ab7c52a13368a9ac37b5383620adbd446856

4 years agoPropagate connection failures to client
Chris Manton [Fri, 31 Jan 2020 19:48:16 +0000 (11:48 -0800)]
Propagate connection failures to client

Bug: 146086425
Test: bluetooth_test_gd

Change-Id: I0efa1084ca89c3fc34ef117e7c9c6da2ef62c04b

4 years agoDirectHciTest: Always listen to CONNECTION_PACKET_TYPE_CHANGED
Hansong Zhang [Mon, 3 Feb 2020 23:20:41 +0000 (15:20 -0800)]
DirectHciTest: Always listen to CONNECTION_PACKET_TYPE_CHANGED

Test: run_cert_facade_only.sh
Change-Id: I70a0ce92c52358b532c90139f15f237b25a03796

4 years agoAdd IsRpa and IsRpaThatMatchesIrk into AddressWithType
Jakub Pawlowski [Mon, 3 Feb 2020 23:12:09 +0000 (00:12 +0100)]
Add IsRpa and IsRpaThatMatchesIrk into AddressWithType

Test: added unittests
Bug: 142341141
Change-Id: I0fc939317cf83793d2496780fab5ebdc05b76ba3

4 years agoAdd gd shim l2cap unit test
Chris Manton [Thu, 30 Jan 2020 01:10:14 +0000 (17:10 -0800)]
Add gd shim l2cap unit test

Bug: 141758481
Test: bluetooth_test_gd
Change-Id: I7ba26676a3e91f98f5d5d148422e51e737fc62f2

4 years agoMerge "SecurityManager::CreateBondLe" am: 56216d7e19
Automerger Merge Worker [Mon, 3 Feb 2020 21:23:36 +0000 (21:23 +0000)]
Merge "SecurityManager::CreateBondLe" am: 56216d7e19

Change-Id: I4f42caab064b94909862e2643ac2a96b9e4690a9

4 years agoMerge "SecurityManager::CreateBondLe"
Treehugger Robot [Mon, 3 Feb 2020 21:09:09 +0000 (21:09 +0000)]
Merge "SecurityManager::CreateBondLe"

4 years agoSecurityManager::CreateBondLe
Jakub Pawlowski [Mon, 3 Feb 2020 17:42:00 +0000 (18:42 +0100)]
SecurityManager::CreateBondLe

This is stub to be implemented in the future. It is however wired to the
shim, and will get called when GD is running.

Bug: 142341141
Test: Attempt to bond with LE device, verify log is printed.
Change-Id: I7170ddb65fdd18af310ea180bb554439e884f3b7

4 years agoGracefully handle startup timer expiry
Ugo Yu [Mon, 3 Feb 2020 12:37:17 +0000 (20:37 +0800)]
Gracefully handle startup timer expiry

* Close HCI when startup timer has expired as a signal of error to
  the Bluetooth HAL.
* Do not handle H/W error event if the stack has already received
  root inflammtion event.
* Correctly handle initializeComplete callback after receives a root
  inflammation event.

Bug: 144572644
Test: Manual
Change-Id: Ic165ff1340bcada5d71668ac76e71ef67f2643fd

4 years agoMerge "Move EventAsserts close to with statements" am: cac6480bba
Automerger Merge Worker [Sun, 2 Feb 2020 02:35:25 +0000 (02:35 +0000)]
Merge "Move EventAsserts close to with statements" am: cac6480bba

Change-Id: I7fe4218577d8729ac249b608d2ab5b2c13e49072

4 years agoMerge "Move EventAsserts close to with statements"
Treehugger Robot [Sun, 2 Feb 2020 02:21:24 +0000 (02:21 +0000)]
Merge "Move EventAsserts close to with statements"

4 years agoMerge "Add removeActiveDevice to IBluetooth.aidl" am: c68c3703c5
Automerger Merge Worker [Sat, 1 Feb 2020 23:37:45 +0000 (23:37 +0000)]
Merge "Add removeActiveDevice to IBluetooth.aidl" am: c68c3703c5

Change-Id: I986e6e36b3a75a10ebf898862dffd454a6f7ebd7

4 years agoMerge "Add removeActiveDevice to IBluetooth.aidl"
Treehugger Robot [Sat, 1 Feb 2020 23:27:10 +0000 (23:27 +0000)]
Merge "Add removeActiveDevice to IBluetooth.aidl"

4 years agoMerge "gd: Fix reactor race condition" am: df081b70c4
Automerger Merge Worker [Sat, 1 Feb 2020 07:16:52 +0000 (07:16 +0000)]
Merge "gd: Fix reactor race condition" am: df081b70c4

Change-Id: I36e6f4f500f23fe816a58785254bf005e0db0013

4 years agoMerge "gd: Fix reactor race condition"
Treehugger Robot [Sat, 1 Feb 2020 07:04:24 +0000 (07:04 +0000)]
Merge "gd: Fix reactor race condition"

4 years agogd: Fix reactor race condition
Chris Manton [Sat, 1 Feb 2020 02:38:36 +0000 (18:38 -0800)]
gd: Fix reactor race condition

If one thread is in Unregister() while another is
in Run(), there is a very small window where
the reactor lock drops allowing Unregister()
to think the reactable is not running, but it is.  So
then the reactable is deleted underneath the Run()
thread and crashy ensues.

Bug: 148703760
Test: bluetooth_test_gd --gtest_filter=L2capClassicLinkTest.* --gtest_repeat=1000000
Change-Id: I11535fdcda2102102e6e9e23baecd5465549c723

4 years agoMove EventAsserts close to with statements
Myles Watson [Thu, 30 Jan 2020 00:51:57 +0000 (16:51 -0800)]
Move EventAsserts close to with statements

Bug: 148096951
Test: ./cert/run_cert_facade_only.sh
Change-Id: Icb9c6d4b555f80ad434824695b76e5a03c36021d

4 years agoAdd missing .so to dist am: a7f57fd8e9
Automerger Merge Worker [Fri, 31 Jan 2020 16:13:25 +0000 (16:13 +0000)]
Add missing .so to dist am: a7f57fd8e9

Change-Id: I3b054ac1a45e4d4123ae66067e3eccca2b711ab6

4 years agoMerge "LE Legacy Pairing fixes" am: 1b61d23aa2
Automerger Merge Worker [Fri, 31 Jan 2020 16:11:22 +0000 (16:11 +0000)]
Merge "LE Legacy Pairing fixes" am: 1b61d23aa2

Change-Id: I122e2bc4effb8f6584e1161ab32506118562c22c

4 years agoMerge "Add new function getMostRecentlyConnectedDevices to IBluetooth.aidl" am: ac88a...
Automerger Merge Worker [Fri, 31 Jan 2020 16:10:50 +0000 (16:10 +0000)]
Merge "Add new function getMostRecentlyConnectedDevices to IBluetooth.aidl" am: ac88ab624d

Change-Id: I9bf5a296009d0de19f645a1576f80d6b7d98aad5

4 years agoAdd removeActiveDevice to IBluetooth.aidl
Rahul Sabnis [Fri, 31 Jan 2020 01:02:17 +0000 (17:02 -0800)]
Add removeActiveDevice to IBluetooth.aidl

Bug: 147428526
Test: Manual
Change-Id: I4f8e526d8f4924841f1d29aed101915ad6d97df0

4 years agoAdd missing .so to dist
Hansong Zhang [Thu, 30 Jan 2020 19:27:28 +0000 (11:27 -0800)]
Add missing .so to dist

Test: m dist bluetooth_stack_with_facade
Bug: 148147248
Change-Id: I504acb08d3ef6d415901bd9e42458116faae30ad

4 years agoLE Pairing Handler improvements and fixes am: 3bf5fdc25f
Automerger Merge Worker [Thu, 30 Jan 2020 17:40:23 +0000 (17:40 +0000)]
LE Pairing Handler improvements and fixes am: 3bf5fdc25f

Change-Id: Iba0fd75acd3d2b025067bd943169e13e7091db33

4 years agoMerge "LE Legacy Pairing fixes"
Treehugger Robot [Thu, 30 Jan 2020 02:19:01 +0000 (02:19 +0000)]
Merge "LE Legacy Pairing fixes"

4 years agoMerge "Add new function getMostRecentlyConnectedDevices to IBluetooth.aidl"
Treehugger Robot [Wed, 29 Jan 2020 23:44:36 +0000 (23:44 +0000)]
Merge "Add new function getMostRecentlyConnectedDevices to IBluetooth.aidl"

4 years agoLE Legacy Pairing fixes
Jakub Pawlowski [Wed, 29 Jan 2020 21:19:24 +0000 (22:19 +0100)]
LE Legacy Pairing fixes

This patch fixes issues found during tests against real devices

Test: Pair with android TV remote, security key
Bug: 142341141
Change-Id: I2fb15c97f4e60710fa986762576211e4048d5271

4 years agoAdd new function getMostRecentlyConnectedDevices to IBluetooth.aidl
Rahul Sabnis [Wed, 29 Jan 2020 19:57:39 +0000 (11:57 -0800)]
Add new function getMostRecentlyConnectedDevices to IBluetooth.aidl

Bug: 130984590
Test: Manual
Change-Id: I1a921ad1ba2d21c1f8ccd668ea01a5a59eb82e31

4 years agoLE Pairing Handler improvements and fixes
Jakub Pawlowski [Wed, 29 Jan 2020 11:50:56 +0000 (12:50 +0100)]
LE Pairing Handler improvements and fixes

* improve logging for easier debugging
* fix AuthReq bitmasks
* distribute proper keys in secure connections mode
* return on encryption change failures

Bug: 142341141
Test: manual testing against Pixel phone
Change-Id: I27106e05cae22f669e39eb961daeab7c0a065135

4 years agoShow warning on invalid data frame in Basic mode
Jakub Pawlowski [Wed, 29 Jan 2020 15:08:41 +0000 (07:08 -0800)]
Show warning on invalid data frame in Basic mode
am: c54ed46e30

Change-Id: I9235ec63464942179b29021132fab50f371decf2

4 years agoShow warning on invalid data frame in Basic mode
Jakub Pawlowski [Wed, 29 Jan 2020 12:58:15 +0000 (13:58 +0100)]
Show warning on invalid data frame in Basic mode

Change-Id: Ib8e81aa4ed82b6bae4371d6354c7a0f2d87fdcd1

4 years agoMerge "Add ATT stub to prevent stack from crashing"
Jakub Pawlowski [Wed, 29 Jan 2020 11:21:03 +0000 (03:21 -0800)]
Merge "Add ATT stub to prevent stack from crashing"
am: d2ffe59ae2

Change-Id: I0d7535b13f94e41ad54d0ef8eabebbf3811692f3

4 years agoMerge "Add ATT stub to prevent stack from crashing"
Jakub Pawlowski [Wed, 29 Jan 2020 11:15:14 +0000 (11:15 +0000)]
Merge "Add ATT stub to prevent stack from crashing"

4 years agoMerge "L2CAP socket: Stop L2CAP server by ID instead of PSM"
Jack He [Wed, 29 Jan 2020 02:20:35 +0000 (18:20 -0800)]
Merge "L2CAP socket: Stop L2CAP server by ID instead of PSM"
am: 35c0cc14eb

Change-Id: Ia697096e48a0fb64e3f730cbbadc5c35d5c5264c

4 years agoMerge "L2CAP socket: Stop L2CAP server by ID instead of PSM"
Treehugger Robot [Wed, 29 Jan 2020 02:17:40 +0000 (02:17 +0000)]
Merge "L2CAP socket: Stop L2CAP server by ID instead of PSM"

4 years agoCert: Set default log_path_base
Hansong Zhang [Wed, 29 Jan 2020 01:16:26 +0000 (17:16 -0800)]
Cert: Set default log_path_base
am: afb14bc49d

Change-Id: I775a0deb2e8e26f7ff626489f6f7f87d89e56698

4 years agoL2CAP socket: Stop L2CAP server by ID instead of PSM
Jack He [Tue, 28 Jan 2020 03:33:45 +0000 (19:33 -0800)]
L2CAP socket: Stop L2CAP server by ID instead of PSM

* There could be multiple L2CAP socket control blocks with the same PSM
* The unique identifier for a L2CAP socket control block should be the
  unique ID allocated during control block initialization
* Use this ID to track L2CAP socket control block instead of PSM ensure
  that we close the correct socket
* Reset GAP handle and L2CAP socket ID to 0 when calling
  bta_jv_free_l2c_cb() so that disconnected L2CAP control blocks does
  not count

Test: CtsVerifier
Bug: 147997447
Bug: 144148429
Change-Id: Ideb428bc73aa0b36b8deb20fac280e44c8fe7db1

4 years agoCert: Set default log_path_base
Hansong Zhang [Tue, 28 Jan 2020 23:29:40 +0000 (15:29 -0800)]
Cert: Set default log_path_base

If ACTS failed to set configs.log_path, use /tmp/logs

Test: cert/run_cert_facade_only.sh
Change-Id: If3ddc15dc04fedcb23e87ff45c2bf81f537fa11a

4 years agoReduce logspam in AclManager am: 0aef0449ad
Automerger Merge Worker [Tue, 28 Jan 2020 20:01:13 +0000 (20:01 +0000)]
Reduce logspam in AclManager am: 0aef0449ad

Change-Id: I7368d9c67dba938b5e3eb8202e342caee6f955b2

4 years agoAdd ATT stub to prevent stack from crashing
Jakub Pawlowski [Tue, 28 Jan 2020 15:53:20 +0000 (16:53 +0100)]
Add ATT stub to prevent stack from crashing

Bug: 142341141
Test: Connect to LE device, verify no crash happen when ATT packet is
      received
Change-Id: Ia5e0352288565cd578fd163fe821b4d779ed762a

4 years agoReduce logspam in AclManager
Jakub Pawlowski [Mon, 27 Jan 2020 15:21:12 +0000 (16:21 +0100)]
Reduce logspam in AclManager

Bug: 142341141
Test: receive long packet, verify next received packet doesn't print out
      "Dropping invalid packet" line.
Change-Id: I5bd2ecf4200ec030a26d0313a528ff51531d6688

4 years agoMerge "Move compiled grpc py to dist"
Hansong Zhang [Tue, 28 Jan 2020 03:36:40 +0000 (19:36 -0800)]
Merge "Move compiled grpc py to dist"
am: 4666fbaa86

Change-Id: Ibd2a5943f108ddd06816bf0551f3abd53fc49697

4 years agoMerge "Move compiled grpc py to dist"
Treehugger Robot [Tue, 28 Jan 2020 03:28:32 +0000 (03:28 +0000)]
Merge "Move compiled grpc py to dist"

4 years agoL2CAP Socket: Keep track of last allocated socket ID
Jack He [Tue, 28 Jan 2020 02:44:48 +0000 (18:44 -0800)]
L2CAP Socket: Keep track of last allocated socket ID
am: 79eda3270b

Change-Id: I65aafab76ca7c140e678e51f7272e7323dab0c0a

4 years agoL2CAP Socket: Keep track of last allocated socket ID
Jack He [Tue, 28 Jan 2020 01:09:17 +0000 (17:09 -0800)]
L2CAP Socket: Keep track of last allocated socket ID

* Keep track of last allocated socket ID in L2CAP socket stack
* Use last_sock_id + 1 as new IDs when allocating new socket blocks
* The de-dupe and overflow detection mechanism in btsock_l2cap_alloc_l()
  would handle the uint32_t overflow and duplicate ID cases

Test: CtsBluetoothTestCases
Bug: 144148429
Change-Id: Ieb9791ffa34eef919a32e4aff6f4b514859c69c0

4 years agoMove compiled grpc py to dist
Hansong Zhang [Tue, 28 Jan 2020 00:49:29 +0000 (16:49 -0800)]
Move compiled grpc py to dist

Currently we are using intermediate directory, which is unreliable.
Instead, zip all generated files and move it to dist target.

Add dist directory to temporary Python path, and run cert.

Bug: 148147248
Test: cert/run_cert.sh, cert/run_cert_facade_only.sh
Change-Id: I7daeb12247e3474ca4a4e20e94c20a7b83a21fad

4 years agoMerge "gd: Register close callback prior to channel acquire"
Chris Manton [Mon, 27 Jan 2020 22:24:54 +0000 (14:24 -0800)]
Merge "gd: Register close callback prior to channel acquire"
am: fcc62f8090

Change-Id: Ib2440215240eaaf2d394e401c6d39ebd1290c3d5

4 years agoMerge "gd: Register close callback prior to channel acquire"
Treehugger Robot [Mon, 27 Jan 2020 22:20:57 +0000 (22:20 +0000)]
Merge "gd: Register close callback prior to channel acquire"

4 years agoMerge "Remove unused HCI cert"
Hansong Zhang [Mon, 27 Jan 2020 21:56:41 +0000 (13:56 -0800)]
Merge "Remove unused HCI cert"
am: 0bc34a3b18

Change-Id: I391dfdb81b7fa11eced82ab21f82e8bde400e34c

4 years agoMerge "Remove unused HCI cert"
Treehugger Robot [Mon, 27 Jan 2020 21:52:30 +0000 (21:52 +0000)]
Merge "Remove unused HCI cert"

4 years agoMerge "Improve cert set up"
Hansong Zhang [Mon, 27 Jan 2020 21:40:42 +0000 (13:40 -0800)]
Merge "Improve cert set up"
am: 4879523ac4

Change-Id: Ic554f3cb1325314a9e3a16304adc1b99e5134cc4

4 years agoMerge "Improve cert set up"
Treehugger Robot [Mon, 27 Jan 2020 21:31:16 +0000 (21:31 +0000)]
Merge "Improve cert set up"

4 years agogd: Remove using directive from shim header file
Chris Manton [Mon, 27 Jan 2020 19:20:29 +0000 (11:20 -0800)]
gd: Remove using directive from shim header file
am: d605556a3b

Change-Id: I4c7c650eb6f341a7fb0b6777cc14def0937d56a9

4 years agoRemove unused HCI cert
Hansong Zhang [Fri, 24 Jan 2020 23:11:46 +0000 (15:11 -0800)]
Remove unused HCI cert

Test: cert/run_cert.sh
Change-Id: I48ce5068ea6f41b053ea5ac2be0441fbd44bca88

4 years agogd: Register close callback prior to channel acquire
Chris Manton [Mon, 27 Jan 2020 18:21:40 +0000 (10:21 -0800)]
gd: Register close callback prior to channel acquire

The underlying implementation enforces this with ASSERT

Bug: 144170448
Test: CtsVerifier HID host test
Change-Id: I65e023e4a523deb9a8aa8edd41a3592a600ffb8e

4 years agoImprove cert set up
Hansong Zhang [Fri, 24 Jan 2020 22:40:41 +0000 (14:40 -0800)]
Improve cert set up

Test: cert/run_cert.sh and cert/run_cert_facade_only.sh
Bug: 148147248
Change-Id: Ie8bddde7a7fe3b8c7f213be254645549115ec866

4 years agogd: Remove using directive from shim header file
Chris Manton [Mon, 27 Jan 2020 17:51:54 +0000 (09:51 -0800)]
gd: Remove using directive from shim header file

Bug:144170448
Test: bluetooth_test_legacy

Change-Id: I2c94aa18d4a993bbf5a198ae1a39e8065dc599c6

4 years agogd: Refactor how psms are un/registered in shim
Chris Manton [Mon, 27 Jan 2020 06:05:47 +0000 (22:05 -0800)]
gd: Refactor how psms are un/registered in shim
am: 5dc119a0a7

Change-Id: I84bec6b9315c70c76458fe52f4147209213c98a3

4 years agogd: Refactor how psms are un/registered in shim
Chris Manton [Fri, 24 Jan 2020 22:13:33 +0000 (14:13 -0800)]
gd: Refactor how psms are un/registered in shim

Bug:144170448
Test: CtsVerifier install/remove verifier PSM services

Change-Id: I3849bb60c308cf9a7cda56aec8978e9ede3f3787

4 years agoCert: Append to Python path in command only
Hansong Zhang [Sat, 25 Jan 2020 00:20:59 +0000 (16:20 -0800)]
Cert: Append to Python path in command only
am: 5057dc59ae

Change-Id: I3d086bdbaaa975624c6fbccae9ac63d601b7c3f9

4 years agoAdd bluetooth_packets_python3 and proto to zip
Hansong Zhang [Sat, 25 Jan 2020 00:15:45 +0000 (16:15 -0800)]
Add bluetooth_packets_python3 and proto to zip
am: d9d0cb497e

Change-Id: I6c8b77085c7e9502f1870fc8ed93856a8eceab8c

4 years agoCert: Append to Python path in command only
Hansong Zhang [Fri, 24 Jan 2020 22:17:05 +0000 (14:17 -0800)]
Cert: Append to Python path in command only

Test: cert/run_cert.sh and cert/run_cert_facade_only.sh
Bug: 148147248
Change-Id: I828d6d38d1338a730b303ebf090c6b7706211371

4 years agoAdd bluetooth_packets_python3 and proto to zip
Hansong Zhang [Fri, 24 Jan 2020 21:40:32 +0000 (13:40 -0800)]
Add bluetooth_packets_python3 and proto to zip

Bug: 148147248
Test: make
Change-Id: I981b1a171538ab5ff47ac59a6bfda0472b8cbe69

4 years agoMerge "gd shim l2cap_test"
Chris Manton [Fri, 24 Jan 2020 21:08:15 +0000 (13:08 -0800)]
Merge "gd shim l2cap_test"
am: 1140f7bd22

Change-Id: I3c5b063ddd81c808d5955c773c891880ece86380

4 years agoMerge "gd shim l2cap_test"
Treehugger Robot [Fri, 24 Jan 2020 20:17:06 +0000 (20:17 +0000)]
Merge "gd shim l2cap_test"

4 years agogd shim l2cap_test
Chris Manton [Thu, 23 Jan 2020 00:34:35 +0000 (16:34 -0800)]
gd shim l2cap_test

Also avoid holding a memory in unique_ptr

Bug: 146086425
Test: bluetooth_test_gd

Change-Id: I23ac9eaced5f2426b26cd7fb0d041adf578315d0

4 years agoAdd device artifacts to bluetooth_cert_test.zip
Hansong Zhang [Fri, 24 Jan 2020 19:04:53 +0000 (11:04 -0800)]
Add device artifacts to bluetooth_cert_test.zip
am: c4b7de7cb0

Change-Id: Ib548753ec9d55e40ba821274e3daf9129a00ae08