Home
last modified time | relevance | path

Searched refs:mStartedProfiles (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java226 private final Map<Integer, ProfileService> mStartedProfiles = new HashMap<>(); field in AdapterService
1116 mStartedProfiles.put(BluetoothProfile.GATT, mGattService); in startGattProfileService()
1135 mStartedProfiles.remove(BluetoothProfile.GATT); in stopGattProfileService()
1183 if (mStartedProfiles.containsKey(profileId)) { in updateLeAudioProfileServiceState()
1543 if (!mStartedProfiles.containsKey(profileId)) { in setProfileServiceState()
1545 mStartedProfiles.put(profileId, profileService); in setProfileServiceState()
1558 ProfileService profileService = mStartedProfiles.remove(profileId); in setProfileServiceState()
5950 ProfileService profile = mStartedProfiles.get(profileId); in getProfile()