Skip to content
Snippets Groups Projects
  1. Apr 07, 2021
  2. Apr 06, 2021
  3. Apr 05, 2021
  4. Apr 02, 2021
  5. Apr 01, 2021
  6. Mar 31, 2021
  7. Mar 30, 2021
  8. Mar 29, 2021
    • Sal Savage's avatar
    • Cheney Ni's avatar
      A2DP: don't apply codec preference if service disabled · b1f2f5d9
      Cheney Ni authored
      Because the codec preference is saved at upper-layer, it was timing that
      JNI callbacks were reset by BT turning off while querying the
      preference. In order to prevent NPE, this CL checks whether A2DP is
      still enabled, and uses a JNI variable to store those callbacks.
      
      Tag: #stability
      Fixes: 182756107
      Test: atest net_test_btif
      Change-Id: Iacfb9fee0e69a47ca7c7ed7c5fc8b4782b647f84
      b1f2f5d9
    • Jakub Pawlowski's avatar
      Merge changes I60b334ef,I390a385c,I0a562e1b · ec2ab990
      Jakub Pawlowski authored
      * changes:
        Revert "Remove unused API BTM_IsPhy2mSupported"
        Revert "Remove unused API BTM_RequestPeerSCA"
        Revert "Remove unused API BTM_GetPeerSCA"
      ec2ab990
    • weichinweng's avatar
      Use hci_root_inflamed_abort if received root inflamed packet · 735ff61a
      weichinweng authored
      Sometimes, Since the hci_timeout_abort abort_timer triggered is faster
      then the bluetooth HIDL service died, the bt_stack doesn't call
      hci_root_inflamed_abort even if received root inflamed packet. Use
      hci_root_inflamed_abort when HCI command timeout if it received the root
      inflamed packet.
      
      Bug: 182940721
      Test: atest BluetoothInstrumentationTests
      Tag: #feature
      Change-Id: I877ac13e46ac12ef42fc149a7d4a16d932f014d2
      735ff61a
Loading