Home
last modified time | relevance | path

Searched refs:HID_HOST (Results 1 – 11 of 11) 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/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java332 if (!mBluetoothAdapter.getProfileProxy(mContext, this, BluetoothProfile.HID_HOST)) in getProfileProxys()
549 mBluetoothAdapter.closeProfileProxy(BluetoothProfile.HID_HOST, mInput); in complete()
689 case BluetoothProfile.HID_HOST: in onServiceConnected()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
DMetadata.java89 case BluetoothProfile.HID_HOST: in setProfileConnectionPolicy()
128 case BluetoothProfile.HID_HOST: in getProfileConnectionPolicy()
DDatabaseManager.java882 data.setProfileConnectionPolicy(BluetoothProfile.HID_HOST, hidHostConnectionPolicy); in migrateSettingsGlobal()
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidHostService.java583 .setProfileConnectionPolicy(device, BluetoothProfile.HID_HOST, connectionPolicy); in setConnectionPolicy()
612 .getProfileConnectionPolicy(device, BluetoothProfile.HID_HOST); in getConnectionPolicy()
796 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.HID_HOST); in broadcastConnectionState()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
DHidHostServiceTest.java148 when(mDatabaseManager.getProfileConnectionPolicy(device, BluetoothProfile.HID_HOST)) in testOkToConnectCase()
/packages/services/Car/service/src/com/android/car/
DUtils.java73 sProfileNames.put(BluetoothProfile.HID_HOST, "HID Host"); in sProfileNames.put() argument
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java81 (1 << BluetoothProfile.HID_HOST)),
DPhonePolicy.java265 BluetoothProfile.HID_HOST, BluetoothProfile.CONNECTION_POLICY_ALLOWED); in processInitProfilePriorities()
DAdapterService.java864 if (profile == BluetoothProfile.HID_HOST) { in isSupported()
991 BluetoothProfile.HID_HOST, device) && mHidHostService.getConnectionPolicy(device) in connectEnabledProfiles()
2485 BluetoothProfile.HID_HOST, device)) { in connectAllEnabledProfiles()
DAdapterProperties.java147 sendConnectionStateChange(BluetoothProfile.HID_HOST, intent);