Searched refs:PanProfile (Results 1 – 5 of 5) sorted by relevance
38 public class PanProfile implements LocalBluetoothProfile { class76 PanProfile(Context context) { in PanProfile() method in PanProfile
104 private PanProfile mPanProfile;215 mPanProfile = new PanProfile(mContext); in updateLocalProfiles()216 addPanProfile(mPanProfile, PanProfile.NAME, in updateLocalProfiles()460 PanProfile panProfile = (PanProfile) mProfile; in onReceive()
292 if (profile instanceof PanProfile in onProfileStateChanged()293 && ((PanProfile) profile).isLocalRoleNap(mDevice)) { in onProfileStateChanged()305 } else if (mLocalNapRoleConnected && profile instanceof PanProfile in onProfileStateChanged()306 && ((PanProfile) profile).isLocalRoleNap(mDevice) in onProfileStateChanged()
80 private PanProfile mPanProfile;
93 private PanProfile mPanProfile;