Searched refs:HID_HOST (Results 1 – 11 of 11) sorted by relevance
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothInputDeviceConnector.java | 135 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/ |
D | BluetoothPeripheralHandover.java | 332 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/ |
D | Metadata.java | 89 case BluetoothProfile.HID_HOST: in setProfileConnectionPolicy() 128 case BluetoothProfile.HID_HOST: in getProfileConnectionPolicy()
|
D | DatabaseManager.java | 882 data.setProfileConnectionPolicy(BluetoothProfile.HID_HOST, hidHostConnectionPolicy); in migrateSettingsGlobal()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidHostService.java | 583 .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/ |
D | HidHostServiceTest.java | 148 when(mDatabaseManager.getProfileConnectionPolicy(device, BluetoothProfile.HID_HOST)) in testOkToConnectCase()
|
/packages/services/Car/service/src/com/android/car/ |
D | Utils.java | 73 sProfileNames.put(BluetoothProfile.HID_HOST, "HID Host"); in sProfileNames.put() argument
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | Config.java | 81 (1 << BluetoothProfile.HID_HOST)),
|
D | PhonePolicy.java | 265 BluetoothProfile.HID_HOST, BluetoothProfile.CONNECTION_POLICY_ALLOWED); in processInitProfilePriorities()
|
D | AdapterService.java | 864 if (profile == BluetoothProfile.HID_HOST) { in isSupported() 991 BluetoothProfile.HID_HOST, device) && mHidHostService.getConnectionPolicy(device) in connectEnabledProfiles() 2485 BluetoothProfile.HID_HOST, device)) { in connectAllEnabledProfiles()
|
D | AdapterProperties.java | 147 sendConnectionStateChange(BluetoothProfile.HID_HOST, intent);
|