Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7af55fd1 authored by roger xue's avatar roger xue
Browse files

expose visibility of PbapClientProfile. The use case is that the Car head unit...

expose visibility of PbapClientProfile. The use case is that the Car head unit will be consuming the data instead of providing it

Test: built and ran locally
Change-Id: I4ec265e223fdd165a4bc5f8f25e9daff3c0bd5cc
parent ad1a8399
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ import java.util.ArrayList;
import java.util.Collection;
import java.util.List;

final class PbapClientProfile implements LocalBluetoothProfile {
public final class PbapClientProfile implements LocalBluetoothProfile {
    private static final String TAG = "PbapClientProfile";
    private static boolean V = false;