Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothInputDeviceConnector.java135 adapter.closeProfileProxy(BluetoothProfile.HID_HOST, mInputProxy); in closeInputProfileProxy()
156 if (!adapter.getProfileProxy(mContext, mServiceConnection, BluetoothProfile.HID_HOST)) { in openConnection()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
DMetadata.java76 case BluetoothProfile.HID_HOST: in setProfilePriority()
115 case BluetoothProfile.HID_HOST: in getProfilePriority()
DDatabaseManager.java703 data.setProfilePriority(BluetoothProfile.HID_HOST, hidHostPriority); in migrateSettingsGlobal()
/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java330 if (!mBluetoothAdapter.getProfileProxy(mContext, this, BluetoothProfile.HID_HOST)) in getProfileProxys()
547 mBluetoothAdapter.closeProfileProxy(BluetoothProfile.HID_HOST, mInput); in complete()
687 case BluetoothProfile.HID_HOST: in onServiceConnected()
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidHostService.java530 .setProfilePriority(device, BluetoothProfile.HID_HOST, priority); in setPriority()
540 .getProfilePriority(device, BluetoothProfile.HID_HOST); in getPriority()
732 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.HID_HOST); in broadcastConnectionState()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
DHidHostServiceTest.java156 when(mDatabaseManager.getProfilePriority(device, BluetoothProfile.HID_HOST)) in testOkToConnectCase()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java74 (1 << BluetoothProfile.HID_HOST)),
DAdapterProperties.java147 sendConnectionStateChange(BluetoothProfile.HID_HOST, intent);
/packages/services/Car/service/src/com/android/car/
DUtils.java73 sProfileNames.put(BluetoothProfile.HID_HOST, "HID Host"); in sProfileNames.put() argument