Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHidProfile.java84 return BluetoothProfile.HID_HOST; in getProfileId()
93 BluetoothProfile.HID_HOST); in HidProfile()
194 BluetoothAdapter.getDefaultAdapter().closeProfileProxy(BluetoothProfile.HID_HOST, in finalize()
DLocalBluetoothProfileManager.java186 if (mHidProfile == null && supportedList.contains(BluetoothProfile.HID_HOST)) { in updateLocalProfiles()
/frameworks/base/core/java/android/bluetooth/
DBluetoothProfile.java104 int HID_HOST = 4; field
381 case HID_HOST: in getProfileName()
DBluetoothHidHost.java228 new BluetoothProfileConnector(this, BluetoothProfile.HID_HOST,
DBluetoothAdapter.java2817 } else if (profile == BluetoothProfile.HID_HOST) { in getProfileProxy()
2890 case BluetoothProfile.HID_HOST: in closeProfileProxy()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothStressTest.java259 mTestUtils.disconnectProfile(mAdapter, device, BluetoothProfile.HID_HOST, null); in testConnectInput()
263 mTestUtils.connectProfile(mAdapter, device, BluetoothProfile.HID_HOST, in testConnectInput()
265 mTestUtils.disconnectProfile(mAdapter, device, BluetoothProfile.HID_HOST, in testConnectInput()
DBluetoothTestUtils.java228 case BluetoothProfile.HID_HOST: in ConnectProfileReceiver()
323 case BluetoothProfile.HID_HOST:
343 case BluetoothProfile.HID_HOST:
942 } else if (profile == BluetoothProfile.HID_HOST) { in connectProfile()
1017 } else if (profile == BluetoothProfile.HID_HOST) { in disconnectProfile()
1450 case BluetoothProfile.HID_HOST: in connectProxy()
1476 case BluetoothProfile.HID_HOST: in connectProxy()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DLocalBluetoothProfileManagerTest.java95 new int[] {BluetoothProfile.HID_HOST, BluetoothProfile.HID_DEVICE})); in constructor_initiateHidAndHidDeviceProfile()
133 new int[] {BluetoothProfile.HID_HOST})); in updateProfiles_addHidProfileForRemoteDevice()