Loading android/app/src/com/android/bluetooth/csip/CsipSetCoordinatorService.java +3 −1 Original line number Diff line number Diff line Loading @@ -599,7 +599,9 @@ public class CsipSetCoordinatorService extends ProfileService { for (Map.Entry<Executor, IBluetoothCsipSetCoordinatorCallback> entry : mCallbacks.get(uuid).entrySet()) { Log.e(TAG, " executing " + uuid + " " + entry.getKey()); if (DBG) { Log.d(TAG, " executing " + uuid + " " + entry.getKey()); } try { executeCallback(entry.getKey(), entry.getValue(), device, groupId); } catch (RemoteException e) { Loading Loading
android/app/src/com/android/bluetooth/csip/CsipSetCoordinatorService.java +3 −1 Original line number Diff line number Diff line Loading @@ -599,7 +599,9 @@ public class CsipSetCoordinatorService extends ProfileService { for (Map.Entry<Executor, IBluetoothCsipSetCoordinatorCallback> entry : mCallbacks.get(uuid).entrySet()) { Log.e(TAG, " executing " + uuid + " " + entry.getKey()); if (DBG) { Log.d(TAG, " executing " + uuid + " " + entry.getKey()); } try { executeCallback(entry.getKey(), entry.getValue(), device, groupId); } catch (RemoteException e) { Loading