Searched refs:mPbapProfile (Results 1 – 1 of 1) sorted by relevance
104 private PbapServerProfile mPbapProfile; field in LocalBluetoothProfileManager210 if (mPbapProfile == null && supportedList.contains(BluetoothProfile.PBAP)) { in updateLocalProfiles()212 mPbapProfile = new PbapServerProfile(mContext); in updateLocalProfiles()213 addProfile(mPbapProfile, PbapServerProfile.NAME, in updateLocalProfiles()512 return mPbapProfile; in getPbapProfile()654 if ((mPbapProfile != null) && in updateProfiles()655 (mPbapProfile.getConnectionStatus(device) == BluetoothProfile.STATE_CONNECTED)) { in updateProfiles()656 profiles.add(mPbapProfile); in updateProfiles()657 removedProfiles.remove(mPbapProfile); in updateProfiles()658 mPbapProfile.setEnabled(device, true); in updateProfiles()