Searched refs:mSapProfile (Results 1 – 1 of 1) sorted by relevance
101 private SapProfile mSapProfile; field in LocalBluetoothProfileManager214 if (mSapProfile == null && supportedList.contains(BluetoothProfile.SAP)) { in updateLocalProfiles()218 mSapProfile = new SapProfile(mContext, mDeviceManager, this); in updateLocalProfiles()219 addProfile(mSapProfile, SapProfile.NAME, BluetoothSap.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()561 if (mSapProfile != null && BluetoothUuid.isUuidPresent(uuids, BluetoothUuid.SAP)) { in updateProfiles()562 profiles.add(mSapProfile); in updateProfiles()563 removedProfiles.remove(mSapProfile); in updateProfiles()