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
98 private PanProfile mPanProfile;199 mPanProfile = new PanProfile(mContext); in updateLocalProfiles()200 addPanProfile(mPanProfile, PanProfile.NAME, in updateLocalProfiles()345 PanProfile panProfile = (PanProfile) mProfile; in onReceive()
144 if (profile instanceof PanProfile in onProfileStateChanged()145 && ((PanProfile) profile).isLocalRoleNap(mDevice)) { in onProfileStateChanged()153 } else if (mLocalNapRoleConnected && profile instanceof PanProfile in onProfileStateChanged()154 && ((PanProfile) profile).isLocalRoleNap(mDevice) in onProfileStateChanged()
72 private PanProfile mPanProfile;
61 private PanProfile mPanProfile;