Skip to content
Snippets Groups Projects
  1. Oct 09, 2018
    • Hansong Zhang's avatar
      Fix Timer unittest · aa8ef0ab
      Hansong Zhang authored
      * Never set promise more than once
      * To verify running task cannot be cancelled, make sure Cancel() is
        called after callback starts
      * Remove a stress test case. Sometimes there is unexpected event causing
        deviation.
      
      Test: run Timer test for 5000 times
      Bug: 116081383
      Change-Id: If99e4958289e9b6aaabc51b15ce4ac035a3ff1e9
      aa8ef0ab
  2. Oct 08, 2018
  3. Oct 05, 2018
    • Hansong Zhang's avatar
      Move btif_state_machine to common/StateMachine · 8cd8c26b
      Hansong Zhang authored
      In Bluetooth native infrastructure refactor plan, we need a state
      machine class for entire stack
      
      Test: manual
      Change-Id: I0e6671e42570482d9a9466b117054b3aadb3e9cc
      8cd8c26b
    • weichinweng's avatar
      Stop A2DP stream when shutting down A2DP source. · 178badd0
      weichinweng authored
      When shutting down a2dp source,
      A2DP source set StateShuttingDown state too fast cause the A2DP doesn’t stop stream.
      Will try to stop A2DP when doing A2DP source end session.
      
      Bug: 112279820
      Test: Build Pass, BT off/on when play A2DP
      Change-Id: I6bfb5c235da1ff4a7e6814bae3a98ae7dd1788aa
      178badd0
  4. Oct 04, 2018
  5. Oct 03, 2018
  6. Oct 02, 2018
    • Stanley Tng's avatar
      Hearing Aid: use correct Data Length and MediaType · d1c2f786
      Stanley Tng authored
      Adjusted the requested data length to the BT Controller from 168 to 167.
      Also, change the default media type during playback to unknown.
      
      Test: Manual testing with Hearing Aids and verifying with OTA logs
      Change-Id: Ic4e934729a98bef5c10ebca64093d8a192e79a01
      d1c2f786
  7. Sep 28, 2018
  8. Sep 27, 2018
  9. Sep 26, 2018
  10. Sep 25, 2018
  11. Sep 24, 2018
  12. Sep 21, 2018
    • Hansong Zhang's avatar
      Timer: Separate code path for single and periodic · 66f3b87d
      Hansong Zhang authored
      * Add helper RunSingleTask() and RunPeriodicTask() to handle two cases
        separately
      * In RunTask(), check that it must run on specified message loop thread
      
      Bug: 116081383
      Test: Run bluetooth_test_common
      Change-Id: Idc41b2a509f43dbe946b2e26f2afd775726514aa
      66f3b87d
  13. Sep 19, 2018
  14. Sep 18, 2018
  15. Sep 17, 2018
  16. Sep 14, 2018
    • Joseph Pirozzo's avatar
      ae72f8ab
    • Dan Shi's avatar
      Add net_test_avrcp to general-tests suite · 78a8ef5b
      Dan Shi authored
      This is the first step for it to run in lab. With this, the test binary
      will be included in general-tests.zip (test_suite* target). From there,
      we can kick off the test in the lab using TF, with the right options.
      
      Bug: 111921389
      Test: m -j net_test_avrcp
      ./host/linux-x86/testcases/net_test_avrcp/x86_64/net_test_avrcp
      
      Change-Id: I4de9409b4a9d4c066a9024a33d6a980ecb451dc1
      78a8ef5b
Loading