Skip to content
Snippets Groups Projects
  1. Aug 11, 2022
  2. Aug 10, 2022
    • Krzysztof Kosiński's avatar
      Bluetooth: fix -Wdefaulted-function-deleted warnings. · 603bf656
      Krzysztof Kosiński authored
      Some types had explicitly defaulted constructors even though they
      are not actually default-constructible. Also fixes an unused
      variable warning.
      
      Tag: #refactor
      Bug: 241680050
      Test: atest --host bluetoothtbd_test net_test_osi
      Change-Id: Ieea664fe7c6ecdca6be352777c775dfd4649e5bd
      603bf656
    • Juan Yescas's avatar
      Remove dependency PlatformProperies from Bluetooth app · f60d8e55
      Juan Yescas authored
      packages/modules/Bluetooth/android/app/Android.bp include
      PlatformProperties as dependency as well as
      "framework-bluetooth-pre-jarjar". The last one also adds the
      dependency PlatformProperties, which it is causing the test
      StrictJavaPackagesTest.testApkInApex_nonClasspathClasses to
      fail.
      
      Note:
      
      The problem the test is trying to detect is multiple copies
      of the same class across the bootclasspath; in this case,
      framework-bluetooth is part of the bootclasspath, so all its
      classes are by default available (with caveats) to all java code;
      PlatformProperties is being bundle again in the Bluetooth APK
      (and applying the same jarjar rules as framework-bluetooth),
      so the end result is that we are bundling the same class that
      is already in the bootclasspath.
      
      Bug: 241475987
      Tag: #compatibility
      Test: Run Bluetooth test cases.
      
      Change-Id: Ia7015fe1dcd279b5e39853a234fef7d908eb8236
      Merged-In: Ia7015fe1dcd279b5e39853a234fef7d908eb8236
      f60d8e55
  3. Aug 09, 2022
    • Kyunglyul Hyun's avatar
      Add sink only/source only senarios · 6d6f7413
      Kyunglyul Hyun authored
      Tag: #feature
      Bug: 238588139
      Test: atest bluetooth_le_audio_client_test
      
      Change-Id: Ic57a2f545709ec05e858a33cb9ad24b1e3ddfdaf
      6d6f7413
    • Rahul Arya's avatar
      Fix CDMA conference active call inference · 272c4647
      Rahul Arya authored
      The special logic here is only needed for CDMA calls, since they don't
      let us see what the active call is directly. But the rest of the logic
      should be used for all conference calls. So move the CDMA-specific check
      to gate just the relevant part.
      
      Bug: 234629992
      Test: manual + BluetoothInCallServiceTest
      Tag: #stability
      
      Change-Id: I43e50d5e672ec0cb9ab41445f79d60b9e5a567cd
      272c4647
    • Jeremy Wu's avatar
      Floss: propagate wbs_supported to BluetoothMedia directly · ca5066b1
      Jeremy Wu authored
      Currently wbs_supported is stored in hfp_shim in a way that could cause
      troubles in a multi-device setting due to sharing a dirty state.
      
      In this CL, we remove that storage and propagate wbs_supported to
      BluetoothMedia directly.
      
      Also, we will assume that the device supports CVSD as soon as the SLC is
      established, since NBS-only devices may not support codec-negotiation
      and there will be no caller to pass that information.
      
      Bug: 241014631
      Tag: #floss
      Test: Build and verify wbs_supported is correctly exposed
      Change-Id: I95e76895c4974149bb97d03c90957ba293e1f169
      ca5066b1
  4. Aug 08, 2022
  5. Aug 05, 2022
  6. Aug 04, 2022
  7. Aug 03, 2022
  8. Aug 02, 2022
Loading