- May 23, 2019
-
-
Colin Cross authored
Test: none Change-Id: If38ad50d848c9e40f07c6598272a354312d9efea
-
- May 22, 2019
-
-
Treehugger Robot authored
-
- May 21, 2019
-
-
Evgenii Stepanov authored
Bug: 128921871 Test: net_test_performance Change-Id: I7b7fda7c437f75019564a0b56764d40704b0b33f
-
Treehugger Robot authored
-
- May 20, 2019
-
-
Weichin Weng authored
-
- May 18, 2019
-
-
Treehugger Robot authored
-
- May 17, 2019
-
-
Treehugger Robot authored
Merge "While AVDT opened or its AVRC_TIMER_EVT expired, it is no needed to start the 2nd AVDT stream"
-
Myles Watson authored
Test: bluetooth_packet_parser_test Change-Id: I769e0ea2feacbc8c14598762f01746c76efe1079
-
weichinweng authored
Add dump HearingAid debug buffer feature to let the HearingAid debug information dump to debug file and make it readable. Bug: 130781854 Test: ./dump_hearingaid_audio.py -d true btsnoop_hci.log ./dump_hearingaid_audio.py -sd true btsnoop_hci.log Change-Id: I150fd897e6f197d5b853554734926ad613de4e6b
-
Haibo Huang authored
It is used in this file but didn't have corresponding using statement. It fails compile in new googletest. Test: build Change-Id: I1ac9d04c1bc8c46b57ecfb7859ee0e3c31bbb092
-
Chienyuan authored
For some tests, ~Queue will() be trigger right after we get promise we should UnregisterDequeue before promise set value to prevent race condition Test: atest bluetooth_test_gd Change-Id: I9409b6829cce61ef95c766a1d3b3679197b8f9f4
-
- May 16, 2019
-
-
Treehugger Robot authored
* changes: Allow Handler synchronization in test code Remove testing code from ModuleRegistry
-
Jakub Pawlowski authored
-
Treehugger Robot authored
-
Martin Brabham authored
Bug: 132863815 Test: N/A Change-Id: I5d762432be133a264db1f9b9de74acad2c60b429
-
Jakub Pawlowski authored
Bug: 132863815 Change-Id: I58de98b9087c81a27054eb8302212a1bf0595093
-
Jakub Pawlowski authored
When computing ACES-CMAC, we use static control block that's shared between multiple threads. That means that having computation done in different threads can interfere and cause bad value to be returned. This patch fixes that by making the control block into thread local variable. Bug: 132863815 Change-Id: Ibe2aaac54b93f77d644564d23694846c0c078bd6
-
- May 15, 2019
-
-
TreeHugger Robot authored
Merge "DO NOT MERGE - Skip pi-platform-release (PPRL.190505.001) in stage-aosp-master" into stage-aosp-master
-
Myles Watson authored
am: 618e59bb Change-Id: If78bace42679e10a74b8b3df98feda1970e29450
-
Treehugger Robot authored
-
Myles Watson authored
am: 3d9b2f8b Change-Id: I15734a820b5a67733babd0aae0263f8f97edc508
-
Myles Watson authored
Test: atest --host bluetooth_test_gd Change-Id: I304d097f6094eecdad04d99c9397475b4721115c
-
Myles Watson authored
Test: bluetooth_test_gd --gtest_filter=*L2* Change-Id: I6070168e2d9055b6d7f54726a773ab646dcb567c
-
Hansong Zhang authored
SynchronizeModuleHandler() blocks until all previous closures are done. Test: atest bluetooth_test_gd --host Change-Id: I2526f4bc1c5ce485ceaedbd0cb744a98b928518b
-
Myles Watson authored
Test: atest --host bluetooth_test_gd Change-Id: Iafe4a46d4dfc134f4dd9ee1fcbed527a7ec34ed0
-
Cheney Ni authored
There were 2 cases to start the 2nd stream automatically by the stack: * When the 2nd AVDT opened, the stack would check the 1st stream state to determinate the 2nd should be starting or not. * While the AVRC timer which was fired after AVDT opened was expired, the stack would open the AVRC and start the 2nd stream if the 1st was started. Both of them are unnecessary since all the stream must be controlled by the upper layer. We currently support an active device only, and the 2nd stream will be tracked as remote triggered and suspended immediately. To samplize the behavior, it is better to not start the 2nd stream automatically by the stack. Bug: 132146974 Test: manual Change-Id: I75f39801e9779ee55fa574e30051e01966c61ea3
-
- May 14, 2019
-
-
Myles Watson authored
am: d800417a Change-Id: If2710b9c0327ac8456984722524d464512abfe81
-
Treehugger Robot authored
-
Myles Watson authored
Test: bluetooth_test_gd --gtest_filter=*Hci* Change-Id: I4206c818084302341d4e99f2cce8aad1c12ce4ae
-
Xin Li authored
Bug: 132622481 Change-Id: Iec8c8a55b0f442d3ce16c86872e59c68f61cf36b
-
- May 09, 2019
-
-
Xin Li authored
-
Stanley Tng authored
am: 8cde70ee Change-Id: If98f6b3faad73841924abdf92b2a4b09ac9411b9
-
Treehugger Robot authored
-
Xin Li authored
Bug: 131756210 Change-Id: I4009cad536b5c2d7a9f9d02769128dc5077e53b9
-
Myles Watson authored
am: 09894a4e Change-Id: Ifa89f600275e8259c37fbddc02dd1e2f66b9112e
-
Stanley Tng authored
Use the RenderDelay parameter from the Hearing Aid devices to implement the Delay Reporting feature. This will helps in the lip-sync issues. Please note that this change will requires a re-pair of the Hearing Aids devices in order for the delay report to work well. Bug: 132115153 Test: Manual test Change-Id: If4bef049c18a3912817c2fa96b9bd890d5712c22
- May 08, 2019
-
-
Myles Watson authored
Test: bluetooth_gd_test --gtest_filter=*HciTest* Change-Id: Ic957968b5f0de1eac486b4e2ba103ec749819b0e
-
Hansong Zhang authored
am: 2c8b28b9 Change-Id: I096fdf186f33e9e690e5dd564f4b5ac28b71701b
-