Skip to content
Snippets Groups Projects
  1. Sep 10, 2023
  2. Sep 09, 2023
  3. Sep 08, 2023
  4. Sep 07, 2023
    • Aritra Sen's avatar
      Merge "Register Adapter state change callback with adapter service instead of... · 4cbe221f
      Aritra Sen authored
      Merge "Register Adapter state change callback with adapter service instead of relying on callback." into main
      4cbe221f
    • Palash Ahuja's avatar
      [BluetoothMetrics] Remove the calling functions to · b9b157e9
      Palash Ahuja authored
      the metrics implementation
      
      Bug: 286128731
      Change-Id: I627031b3129fc2a8268a76f3419eaa9ace682b4c
      Test: m -j libbluetooth_jni && checking to see if the statsd_testdrive does not log anything for LE Connection Metrics
      b9b157e9
    • Aritra Sen's avatar
      Register Adapter state change callback with adapter service instead of relying on callback. · 55f496f8
      Aritra Sen authored
      Tag: #refactor
      Bug: 296932947
      Test: atest BluetoothInstrumentationTests
      Change-Id: I34f950a698466bb10c339a204e1e88d28e2991f4
      55f496f8
    • Aritra Sen's avatar
      Merge "Move all the adapter properties updates from Broadcasts to direct calls... · 6095d69c
      Aritra Sen authored
      Merge "Move all the adapter properties updates from Broadcasts to direct calls via Handlers." into main
      6095d69c
    • Aritra Sen's avatar
      Merge changes If4b3e3bd,I998246f8 into main · f0c67c32
      Aritra Sen authored
      * changes:
        Cleanup Silence device manager and move logic to adapter service for active device changes similiar to ActiveDeviceManager.
        Make Phone Policy changes on active device changes handled via direct calls routed via adapter service.
      f0c67c32
    • William Escande's avatar
      BluetoothAdapter: App exception aren't from SystemServer · f383021e
      William Escande authored
      Calling into IBluetooth will call the AdapterService from Bluetooth
      app that does not live in the systemServer.
      Therefore, exception should be rethrown as runtimeException
      
      Bug: 298264617
      Test: atest CtsBluetoothTestCases | Cts does not handled failure in the
            binder nor any of the Test framework we currently have
      Change-Id: Ia6b9d8cdd2f37036a6fc985e4b7ed37067eeb528
      f383021e
    • William Escande's avatar
      BluetoothDevice: App exception aren't from SystemServer · 12013934
      William Escande authored
      Calling into (IBluetooth) will call the AdapterService from
      Bluetooth app that does not live in the systemServer.
      Therefore, exception should be rethrown as runtimeException
      
      Bug: 298264617
      Test: atest CtsBluetoothTestCases | Cts does not handled failure in the
            binder nor any of the Test framework we currently have
      Change-Id: I1b5df5c4f7d59e8dc01a20ac805ff04e840c6b19
      12013934
    • William Escande's avatar
      DistanceMeasurement: App exception aren't from SystemServer · d49e915e
      William Escande authored
      Calling into IBluetoothGatt will call the GattService from Bluetooth
      app that does not live in the systemServer.
      Therefore, exception should be rethrown as runtimeException
      
      Bug: 298264617
      Test: atest CtsBluetoothTestCases | Cts does not handled failure in the
            binder nor any of the Test framework we currently have
      Change-Id: Ibc6e21b7f04d7c534516b3210f93e03ed3db2bb6
      d49e915e
    • William Escande's avatar
      PbapClient: App exception aren't from SystemServer · 5a1d4285
      William Escande authored
      Calling into IBluetoothPbapClient will call the PbapClientService from
      Bluetooth app that does not live in the systemServer.
      Therefore, exception should be rethrown as runtimeException
      
      Bug: 298264617
      Test: atest CtsBluetoothTestCases | Cts does not handled failure in the
            binder nor any of the Test framework we currently have
      Change-Id: I2fe53581f12ce7f40d96ed9450b10f52fd89211a
      5a1d4285
    • William Escande's avatar
      HeadsetClient: App exception aren't from SystemServer · e4597721
      William Escande authored
      Calling into IBluetoothHeadsetClient will call the HeadsetClientService
      from Bluetooth app that does not live in the systemServer.
      Therefore, exception should be rethrown as runtimeException
      
      Bug: 298264617
      Test: atest CtsBluetoothTestCases | Cts does not handled failure in the
            binder nor any of the Test framework we currently have
      Change-Id: Iaba3c59907fec05c4285751e475a03507c5d704e
      e4597721
    • William Escande's avatar
      MapClient: App exception aren't from SystemServer · 5871f36d
      William Escande authored
      Calling into IBluetoothMapClient will call the MapClientService from
      Bluetooth app that does not live in the systemServer.
      Therefore, exception should be rethrown as runtimeException
      
      Bug: 298264617
      Test: atest CtsBluetoothTestCases | Cts does not handled failure in the
            binder nor any of the Test framework we currently have
      Change-Id: Idf5401282da69391e49361113f3db6c8dcecfec7
      5871f36d
    • William Escande's avatar
      HapClient: App exception aren't from SystemServer · 241b4b97
      William Escande authored
      Calling into IBluetoothHapClient will call the HapClienService from
      Bluetooth app that does not live in the systemServer.
      Therefore, exception should be rethrown as runtimeException
      
      Bug: 298264617
      Test: atest CtsBluetoothTestCases | Cts does not handled failure in the
            binder nor any of the Test framework we currently have
      Change-Id: I57bd2ded4cac74b517ea506af3ab91aace87469d
      241b4b97
    • William Escande's avatar
      LeBroadcastAssistant: App exception aren't from SystemServer · e6823c1a
      William Escande authored
      Calling into IBluetoothLeBroadcastAssistant  will call the
      BassClientService from Bluetooth app that does not live in the
      systemServer.
      Therefore, exception should be rethrown as runtimeException
      
      Bug: 298264617
      Test: atest CtsBluetoothTestCases | Cts does not handled failure in the
            binder nor any of the Test framework we currently have
      Change-Id: Idbe116bfc6b41b11e2d6f9fd4b092f764e9df4ac
      e6823c1a
    • William Escande's avatar
      LeBroadcast: App exception aren't from SystemServer · 55e3b74b
      William Escande authored
      Calling into IBluetoothLeAudio will call the LeAudioService from
      Bluetooth app that does not live in the systemServer.
      Therefore, exception should be rethrown as runtimeException
      
      Bug: 298264617
      Test: atest CtsBluetoothTestCases | Cts does not handled failure in the
            binder nor any of the Test framework we currently have
      Change-Id: I6adb47ceb1d075f001ff972dded6e44716368363
      55e3b74b
    • William Escande's avatar
      VolumeControl: App exception aren't from SystemServer · a8a8fe23
      William Escande authored
      Calling into IBluetoothVolumeControl will call the VolumeControlService
      from Bluetooth app that does not live in the systemServer.
      Therefore, exception should be rethrown as runtimeException
      
      Keeping the only call into the systemServer as a rethrow from
      systemServer
      
      Bug: 298264617
      Test: atest CtsBluetoothTestCases | Cts does not handled failure in the
            binder nor any of the Test framework we currently have
      Change-Id: Iaa23917a29833671c3e21a4a89d2b2fd92c808a9
      a8a8fe23
    • Rongxuan Liu's avatar
    • William Escande's avatar
      CsipSet: App exception aren't from SystemServer · 36d0841e
      William Escande authored
      Calling into IBluetoothCsipSetCoordinator will call the
      CsipSetCoordinatorService from Bluetooth app that does not live in the
      systemServer.
      Therefore, exception should be rethrown as runtimeException
      
      Bug: 298264617
      Test: atest CtsBluetoothTestCases | Cts does not handled failure in the
            binder nor any of the Test framework we currently have
      Change-Id: Id89076adf63c0cbaa6d536b04ae1421ae5464745
      36d0841e
    • William Escande's avatar
      LeAudio: App exception aren't from SystemServer · c927f80d
      William Escande authored
      Calling into IBluetoothLeAudio will call the LeAudioService from
      Bluetooth app that does not live in the systemServer.
      Therefore, exception should be rethrown as runtimeException
      
      Bug: 298264617
      Test: atest CtsBluetoothTestCases | Cts does not handled failure in the
            binder nor any of the Test framework we currently have
      Change-Id: Idfb7ae662fcadf33358bfd728554fcdb25e92a4c
      c927f80d
    • William Escande's avatar
      Headset: App exception aren't from SystemServer · 17a262fa
      William Escande authored
      Calling into IBluetoothHeadset will call the HeadsetService from
      Bluetooth app that does not live in the systemServer.
      Therefore, exception should be rethrown as runtimeException
      
      Bug: 298264617
      Test: atest CtsBluetoothTestCases | Cts does not handled failure in the
            binder nor any of the Test framework we currently have
      Change-Id: I617c28686fc3af639b2ca980129974633403ff2f
      17a262fa
    • William Escande's avatar
      Gatt: App exception aren't from SystemServer · 24072ec1
      William Escande authored
      Calling into mService(IBluetoothGatt) will call the GattService from
      Bluetooth app that does not live in the systemServer.
      Therefore, exception should be rethrown as runtimeException
      
      Bug: 298264617
      Test: atest CtsBluetoothTestCases | Cts does not handled failure in the
            binder nor any of the Test framework we currently have
      Change-Id: Ie2ed38e5076242c1001e231f70105890c86ea116
      24072ec1
    • William Escande's avatar
      GattServer: App exception aren't from SystemServer · a67bdd0c
      William Escande authored
      Calling into mService(IBluetoothGatt) will call the GattService from
      Bluetooth app that does not live in the systemServer.
      Therefore, exception should be rethrown as runtimeException
      
      Bug: 298264617
      Test: atest CtsBluetoothTestCases | Cts does not handled failure in the
            binder nor any of the Test framework we currently have
      Change-Id: Ia75654e3d5a6060a72d4031499ac98f8c89da697
      a67bdd0c
Loading