Searched refs:LocalBluetoothProfile (Results 1 – 15 of 15) sorted by relevance
60 private HashMap<LocalBluetoothProfile, Integer> mProfileConnectionState;62 private final List<LocalBluetoothProfile> mProfiles =63 new ArrayList<LocalBluetoothProfile>();66 private final List<LocalBluetoothProfile> mRemovedProfiles =67 new ArrayList<LocalBluetoothProfile>();115 private String describe(LocalBluetoothProfile profile) { in describe()125 void onProfileStateChanged(LocalBluetoothProfile profile, int newProfileState) { in onProfileStateChanged()169 mProfileConnectionState = new HashMap<LocalBluetoothProfile, Integer>(); in CachedBluetoothDevice()174 for (LocalBluetoothProfile profile : mProfiles) { in disconnect()187 public void disconnect(LocalBluetoothProfile profile) { in disconnect()[all …]
97 private final Map<String, LocalBluetoothProfile>98 mProfileNameMap = new HashMap<String, LocalBluetoothProfile>();262 private void addProfile(LocalBluetoothProfile profile, in addProfile()268 private void addPanProfile(LocalBluetoothProfile profile, in addPanProfile()275 public LocalBluetoothProfile getProfileByName(String name) { in getProfileByName()292 final LocalBluetoothProfile mProfile;294 StateChangedHandler(LocalBluetoothProfile profile) { in StateChangedHandler()320 PanStateChangedHandler(LocalBluetoothProfile profile) { in PanStateChangedHandler()361 LocalBluetoothProfile profile = mHeadsetProfile; in isManagerReady()426 Collection<LocalBluetoothProfile> profiles, in updateProfiles()[all …]
26 public interface LocalBluetoothProfile { interface
28 final class OppProfile implements LocalBluetoothProfile {
34 public class PbapServerProfile implements LocalBluetoothProfile {
35 public final class PanProfile implements LocalBluetoothProfile {
34 public class HidProfile implements LocalBluetoothProfile {
37 final class HfpClientProfile implements LocalBluetoothProfile {
37 final class SapProfile implements LocalBluetoothProfile {
35 public final class PbapClientProfile implements LocalBluetoothProfile {
37 public final class MapClientProfile implements LocalBluetoothProfile {
34 final class A2dpSinkProfile implements LocalBluetoothProfile {
37 public class MapProfile implements LocalBluetoothProfile {
37 public class HeadsetProfile implements LocalBluetoothProfile {
38 public class A2dpProfile implements LocalBluetoothProfile {