- Oct 27, 2020
-
-
Chris Manton authored
Bug: 171568335 Test: CtsVerifier insecure client/server priority Tag: #refactor Change-Id: I8bd5c9d93d5f0417da0da8f11edb59e14b01a4e4
-
Chris Manton authored
Bug: 171568335 Test: CtsVerifier insecure client/server priority Tag: #refactor Change-Id: I9d13cf5607a254c7abcade0df2c402de8a9e0911
-
Hansong Zhang authored
No need to send connect rsp from client Tag: #gd-refactor Bug: 141555841 Test: cert/run --host Change-Id: I2adf73b8086d297930d3e32cab98dd90bc2d9ff1
-
Chris Manton authored
Tag: #refactor Bug: 171801837 Test: acts/bin/act.py -tp ~/Goog/tools/test/connectivity -tc BleCocTest Change-Id: I17759c2040bd620f2cbe29b33d5f092079c937f9
-
Treehugger Robot authored
-
Hansong Zhang authored
So we can send connect rsp for user. Tag: #gd-refactor Bug: 141555841 Test: cert/run --host Change-Id: I6423f9c27e75c9665d91482fd6ca218492b18414
-
- Oct 26, 2020
-
-
Chris Manton authored
Tag: #feature Bug: 159786353 Test: acts/bin/act.py -tp ~/Goog/tools/test/connectivity -tc BleCocTest Change-Id: Id8243d9d9473293e2e1fc341b18d7d40cf1da14b
-
Treehugger Robot authored
-
Martin Brabham authored
Bug: 162984360 Tag: #gd-refactor Test: cert/run --host SecurityTest Test: atest --host bluetooth_test_gd Change-Id: I04611d1b367e8cb0cc6c80bfeed38852d5998b20
-
Chris Manton authored
Toward readable code Bug: 163134718 Tag: #refactor Test: compile & verify basic functions working Change-Id: I083d8a4af4af47b9a78f61d4618342abb76acbec
-
Chris Manton authored
Toward readable code Bug: 163134718 Tag: #refactor Test: compile & verify basic functions working Change-Id: I520a8ce93f1192960425291ed905c9bf3aa1cc26
-
Chris Manton authored
Bug:159815595 Tag: #refactor Test: acts.py BleCocTest Change-Id: I7a5312d4d929280de73442885100714264cd1457
-
Treehugger Robot authored
-
- Oct 25, 2020
-
-
Hansong Zhang authored
Separate the packet parsing and handling part, so that we can parse the packet in GD L2cap and handle it in legacy stack. When GD L2cap is enabled, don't send these request in legacy stack. Tag: #gd-refactor Bug: 141555841 Test: cert/run --host Test: Pair and connect with a headset Change-Id: I8be299f1e61cb790ce0d0b7a81d3e6a99bc8d336
-
Hansong Zhang authored
Send Remote version request and supported feature request upon link connection. Security might be interested in LMP version and features, and ACL handle (for legacy). Tag: #gd-refactor Bug: 141555841 Test: cert/run --host Change-Id: I8c2f373cbdc2850a26c424fb370a041f4e183555
-
Chris Manton authored
Bug: 171657571 Tag: #refactor Test: act.py -tc BleCocTest Change-Id: I491a7cba9b28dcc4d02d7de4463a3512e8fce719
-
Chris Manton authored
Test: atest --host bluetooth_test_gd Test: acts.py BleCocTest ## With gd_hci=false Test: acts.py BleCocTest ## With gd_acl=true Bug: 171634583 Tag: #refactor Change-Id: I53a49fec950755c13e4786be9aae936c0c2b242a
-
- Oct 24, 2020
-
-
Chris Manton authored
gd acl can only accept an event for either classic or le, but not both. Bug: 166280067 Tag: #refactor Test: act.py -tc BleCocTest Change-Id: I719f09a380e7b75da7c40ffc136038ccaea90812
-
Chris Manton authored
This reverts commit 2a2b2f8c. Turns out this is a command that may be run on both le and br_edr links Bug: 166280067 Tag: #refactor Test: act.py -tc BleCocTest Change-Id: Ieb3de7c6046f18b30805b7486441039b591f929b
-
Hansong Zhang authored
Use OnReadRemoteExtendedFeaturesComplete callback to send it to L2cap Tag: #gd-refactor Bug: 141555841 Test: cert/run --host Change-Id: I04398f308028c1419072e87a6990aab6f6be1795
-
Baligh Uddin authored
-
- Oct 23, 2020
-
-
Hansong Zhang authored
Now we don't see bugs in avrcp and a2dp sbc encoder often, move them to verbose logging. Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I8475b6914edb5c06927d8578d2d035c49a41efdc
-
Treehugger Robot authored
* changes: Remove unused def SMP_DEBUG Remove name from BTM_SecAddBleDevice Re-log stack/l2cap/l2c_ble:: enum-ify link stack/acl/btm_acl::policy settings Streamline main/shim/acl::_reason Streamline stack/btm/btm_ble_addr::btm_ble_addr_resolvable Streamline stack/btm/btm_ble_gap::btm_ble_update_adv_flag Streamline stack/btm/btm_ble_addr::btm_ble_resolve_random_addr enum-ify stack/btm/btm_ble_gap::BTM_BLE_ Add main/shim/acl_legacy_interface::auth_complete
-
Chris Manton authored
Toward readable code Bug: 163134718 Tag: #refactor Test: compile & verify basic functions working Change-Id: Ic1411faf31fd6c4dc66282bfe42a0ec47c969bb1
-
Chris Manton authored
bd_name is always nullptr Toward readable code Bug: 163134718 Tag: #refactor Test: compile & verify basic functions working Change-Id: I0ef22f288425dad0cc08d4e43acc12e5dd51d6dd
-
Chris Manton authored
Please "don\'t" use apostrophes Towards grepable code Bug: 163134718 Tag: #refactor Test: ble paired 2 phones Test: act.py -tc BleCocTest Change-Id: I645b787dffa54d1f1829fca1212a4fa811e1f51e
-
Chris Manton authored
And also move to only use location And restrict from header into compilation unit Toward readable code Bug: 163134718 Tag: #refactor Test: compile & verify basic functions working Change-Id: Ief031db624bf1363ee3ec4043efafcfdc4be1b59
-
Chris Manton authored
Bug: 166280067 Tag: #refactor Test: compile & verify basic functions working Change-Id: I5c494deb85fbb3101602078dcaeefc98ac695754
-
Chris Manton authored
Toward readable code Bug: 163134718 Tag: #refactor Test: compile & verify basic functions working Change-Id: I6600ac7d3fdc1a9ff099b0ffa8c9b1826c6db456
-
Chris Manton authored
Toward readable code Bug: 163134718 Tag: #refactor Test: compile & verify basic functions working Change-Id: I241cf791f672d0003419c7e8e26b4baf2089d681
-
Chris Manton authored
Toward readable code Bug: 163134718 Tag: #refactor Test: compile & verify basic functions working Change-Id: Ifc5c988e6a5dd8540c5465639022a355ee9efcbf
-
Chris Manton authored
Toward readable code Bug: 163134718 Tag: #refactor Test: compile & verify basic functions working Change-Id: Icb54b5f68c11bcb0a28b1cf25abcaf68c734d6ca
-
Chris Manton authored
Bug: 166280067 Tag: #refactor Test: compile & verify basic functions working Change-Id: I2ad8753860ec78441a22c7f3e071beb11b9773c6
-
Baligh Uddin authored
BUG: 157656545 Test: TH Change-Id: I6b04e7340d58215ccf183e4b086023281e0a9951
-
Alice Kuo authored
Follow the Android HCI requirement for the 'Start A2DP Offload' cmd, it should bring the SCMS-T header in the 'SCMS-T Enable' field as SCMS-T is enabled. Get the SCMS-T active status of the peer devices as building the offload start req cmd, and fill the SCMS-T header based the active status. Bug: 170785181 Tag: #feature Test: connect with Sony WH-1000XM4, check the SCMS-T_Enable correctness Test: atest --test-mapping system/bt Change-Id: I6003b50a09f010942b37436497b06e06180b2069
-
Jakub Pawlowski authored
This reverts commit b4c88e56. Reason for revert: This is needed for LE Audio Change-Id: Iaed065aef5f40e066d08004699c07dea2f48c94a
-
Treehugger Robot authored
* changes: GD Security: pipe in determined just_works flag GD Security Shim: Make ConfirmationData have strict types
-
- Oct 22, 2020
-
-
Hansong Zhang authored
Use ACL handle instead. Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I4447134f80f39e4afaf051e49c10a55ea68f9f5b
-
Hansong Zhang authored
Bug: 159815595 Tag: #refactor Test: compile & verify basic functions working Change-Id: I35bca19f53ca865697f810524bb911c8668e08f5
-
Chris Manton authored
Bug: 166280067 Tag: #refactor Test: Pair classic device Change-Id: I1a87ea23c8b4590a313652dca78b0e51354ecb33
-