Skip to content
Snippets Groups Projects
  1. Sep 07, 2023
    • 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
    • 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
    • Myles Watson's avatar
    • Grzegorz Kolodziejczyk's avatar
    • Treehugger Robot's avatar
    • Aritra Sen's avatar
      Merge "Make Phone Policy changes on connection state changes handled via... · 95fcc49a
      Aritra Sen authored
      Merge "Make Phone Policy changes on connection state changes handled via direct calls routed via adapter service." into main
      95fcc49a
    • Wei-Luan Wang's avatar
    • Jeremy Wu's avatar
      Merge "Floss: use external/lc3" into main · 0e4c41c9
      Jeremy Wu authored
      0e4c41c9
    • Jennifer's avatar
      Floss: use external/lc3 · d85d070a
      Jennifer authored
      Change the include header and BUILD.gn libs.
      
      Bug: 294165109
      Tag: #floss
      Test: m - None.
      
      Change-Id: I62e354678591affeb43feb1b3ac2da3f01bf8752
      d85d070a
    • William Escande's avatar
    • Henri Chataing's avatar
      Merge "Pandora: Refactor the helpers for disconnecting and reconnecting... · b390d8e7
      Henri Chataing authored
      Merge "Pandora: Refactor the helpers for disconnecting and reconnecting rootcanal devices" into main
      b390d8e7
  2. Sep 06, 2023
Loading