HomeSort by relevance Sort by last modified time
    Searched refs:HidProfile (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
HidProfile.java 32 * HidProfile handles Bluetooth HID profile.
34 final class HidProfile implements LocalBluetoothProfile {
35 private static final String TAG = "HidProfile";
64 Log.w(TAG, "HidProfile found new device: " + nextDevice);
67 device.onProfileStateChanged(HidProfile.this, BluetoothProfile.STATE_CONNECTED);
83 HidProfile(Context context, LocalBluetoothAdapter adapter,
LocalBluetoothProfileManager.java 84 private final HidProfile mHidProfile;
116 mHidProfile = new HidProfile(context, mLocalAdapter, mDeviceManager, this);
117 addProfile(mHidProfile, HidProfile.NAME,
BluetoothDevicePreference.java 280 return HidProfile.getHidClassDrawable(btClass);

Completed in 421 milliseconds