- Nov 04, 2021
-
-
Andrew Cheng authored
It seems services were supposed to be enabled by {@link btif_enable_service}, which would also automatically update the {@link btif_enabled_services} mask. This "enabled services mask" is the basis of the local UUIDs that is reported back up to Java (e.g., {@link AdapterProperties.getUuids}). However, it seems like only the HFP (server/client) and A2DP (source/sink) profiles go through this codepath, but not PBAP or MAP (server/client), which is why their UUIDs are not reported back to Java. This CL adds calls to {@link btif_enable_service} when the SDP records for PBAP/MAP (server/client) are created in order to update the "enabled services mask". This is analogous to how their UUIDs are added to the EIR when their SDP records are created. Because these services were enabled elsewhere, the codepath following the call to {@link btif_enable_service} needs to be modified to catch the respective service IDs and no-op (instead of enabling a service). Similar, the "enabled services mask" is updated when the respective SDP record is removed. Tag: #stability Bug: 204597459 Test: atest BluetoothInstrumentationTests Change-Id: I4c4f3db01c18b2db674ec639c2b714a3c4fec81b
-
- Nov 03, 2021
-
-
Łukasz Rymanowski authored
With this patch: 1) Device is removed from the group when it is disconnected 2) Empty group is removed only when related CIG does not exist Bug: 204945451 Bug: 150670922 Tag: #feature Sponsor: jpawlowski@ Test: atest --host bluetooth_le_audio_test bluetooth_le_audio_client_test Change-Id: I7079594253a504cd0320c6d4000c3d71cb6f0883
-
- Nov 02, 2021
-
-
Chris Manton authored
Bug: 187830698 Tag: #refactor Test: gd/cert/run Change-Id: I465878750fac5f03d9b3c9fdd877ebadcba71c5d
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Chris Manton authored
Bug: 188074901 Tag: #refactor Test: gd/cert/run Change-Id: I9a4591c8e541c651bc11a51a1d5c034854a5ea73
-
Treehugger Robot authored
-
Chris Manton authored
Bug: 187830698 Tag: #refactor Test: gd/cert/run Change-Id: Ia318373818876716f035a29156d658f24137ca69
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Chris Manton authored
Bug: 187830698 Tag: #refactor Test: gd/cert/run Change-Id: Ib48d317e5136781451d5a8a0604256f85ea8a644
-
- Nov 01, 2021
-
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Chris Manton authored
Bug: 202068782 Tag: #refactor Test: gd/cert/run Change-Id: I7e00357c4722589a2b4ee1369ff5249d89221145
-
Treehugger Robot authored
-
Sonny Sasaka authored
-
Shiu Ng authored
Merge "Set the coverage data (.profdata, .json, .txt) to be aggregated in mobly/logs/* to allow aggregation across test runs (as is executed for GD-cert presubmit)."
-
Chris Manton authored
Bug: 203417776 Tag: #refactor Test: gd/cert/run Change-Id: I027bfe04ff3c9792596b95ea75b983bf4a5154b1
-
En-Shuo Hsu authored
Add hfp.rs to call methods on bluetooth::headset:Interface and register callbacks. Also add a connection state callback. Tag: #floss Bug: 195344366 Test: Build, flush and verify a2dp isn't broken by this. Change-Id: Ibb039b9280b0ac18b64b1724b6113e92c54d5d06
-
- Oct 31, 2021
-
-
Chris Manton authored
Add LE_SET_PRIVACY_MODE if controller supports it Bug: 203417776 Tag: #refactor Test: gd/cert/run BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines Change-Id: I9c7a8a82c9d53a32d2bb5396a7495350f6944ff2
-
Chris Manton authored
Bug: 188297078 Tag: #refactor Test: gd/cert/run Change-Id: I5f2f733f904d3e53803110db3d81dc9a799794c2
-
Chris Manton authored
Bug: 188077107 Tag: #refactor Test: gd/cert/run Change-Id: I3872c057f5c961a695bea2211491a137b1f860bf
-
Chris Manton authored
Bug: 204251482 Tag: #refactor Test: gd/cert/run BYPASS_INCLUSIVE_LANGUAGE_REASON=Legacy code Change-Id: I1e2f661032485dd165be5b413904d376b428f344
-
Chienyuan authored
Tag: #refactor Bug: 204284493 Test: gd/cert/run BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines Change-Id: I04246bec194faa3f3ff62c7410bec0bdfc28c759
-
shiu authored
mobly/logs/* to allow aggregation across test runs (as is executed for GD-cert presubmit). Test: cert/run Bug: 204611901 Change-Id: I39f1fd55a941691a47fa9ef21c443c869e7729d8
-
- Oct 30, 2021
-
-
Chris Manton authored
Bug: 188297862 Tag: #refactor Test: gd/cert/run Change-Id: Ia0501660328586b5ee8822716254a089f7e8962a
-
Sonny Sasaka authored
Fixes D-Bus projection typo and removes a redundant doc comment. Bug: 202334519 Tag: #floss Test: Manual Change-Id: I41ce723264d334710170fa3ffb68ba05f6d1cb38
-
Chris Manton authored
Bug: 188297862 Tag: #refactor Test: gd/cert/run Change-Id: I72e6b1870d30b4ca976331cbea0e6f6ac2ae8b64
-
- Oct 29, 2021
-
-
Chris Manton authored
Bug: 203417776 Tag: #refactor Test: gd/cert/run Change-Id: I1c1fb44f2dd0189824375352fd5300bd4912526a
-
Treehugger Robot authored
-
Chris Manton authored
-
Treehugger Robot authored
-
Chris Manton authored
Bug: 187830698 Tag: #refactor Test: gd/cert/run Change-Id: Ibed86eda3902de932e4d4a2e68d88b964a07fdc7
-
Chris Manton authored
Bug: 197150934 Tag: #refactor Test: gd/cert/run Change-Id: Ia183caa24d3eda2909a090fb40a02a28972b7ef5
-
Chris Manton authored
Bug: 191555414 Tag: #refactor Test: gd/cert/run Change-Id: I04519f1762f316b9e0411378ab9b2140046170f9
-
Treehugger Robot authored
* changes: HCI: Move test_reject_broadcast to lib AclManager: Add a timeout in the broadcast test
-
Jizheng Chu authored
-
Chris Manton authored
Bug: 187830698 Tag: #refactor Test: gd/cert/run Change-Id: I6c7d58ede4ee5143ee17f907d6326f14d2ae39d1
-