Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:profiles

38  * objects for the available Bluetooth profiles.
107 // Always add HID and PAN profiles
227 /** State change handler for NAP and PANU profiles. */
296 * @param profiles The list of profiles to fill
297 * @param removedProfiles list of profiles that were removed
300 Collection<LocalBluetoothProfile> profiles,
304 removedProfiles.addAll(profiles);
305 profiles.clear();
316 profiles.add(mHeadsetProfile);
323 profiles.add(mA2dpProfile);
329 profiles.add(mOppProfile);
335 profiles.add(mHidProfile);
341 profiles.add(mPanProfile);