Searched refs:mSapProfile (Results 1 – 1 of 1) sorted by relevance
113 private SapProfile mSapProfile; field in LocalBluetoothProfileManager231 if (mSapProfile == null && supportedList.contains(BluetoothProfile.SAP)) { in updateLocalProfiles()235 mSapProfile = new SapProfile(mContext, mDeviceManager, this); in updateLocalProfiles()236 addProfile(mSapProfile, SapProfile.NAME, BluetoothSap.ACTION_CONNECTION_STATE_CHANGED); in updateLocalProfiles()574 return mSapProfile; in getSapProfile()717 if (mSapProfile != null && ArrayUtils.contains(uuids, BluetoothUuid.SAP)) { in updateProfiles()718 profiles.add(mSapProfile); in updateProfiles()719 removedProfiles.remove(mSapProfile); in updateProfiles()