Searched refs:HID_HOST (Results 1 – 9 of 9) 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/Bluetooth/src/com/android/bluetooth/btservice/storage/ |
D | Metadata.java | 76 case BluetoothProfile.HID_HOST: in setProfilePriority() 115 case BluetoothProfile.HID_HOST: in getProfilePriority()
|
D | DatabaseManager.java | 703 data.setProfilePriority(BluetoothProfile.HID_HOST, hidHostPriority); in migrateSettingsGlobal()
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | BluetoothPeripheralHandover.java | 330 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/ |
D | HidHostService.java | 530 .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/ |
D | HidHostServiceTest.java | 156 when(mDatabaseManager.getProfilePriority(device, BluetoothProfile.HID_HOST)) in testOkToConnectCase()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | Config.java | 74 (1 << BluetoothProfile.HID_HOST)),
|
D | AdapterProperties.java | 147 sendConnectionStateChange(BluetoothProfile.HID_HOST, intent);
|
/packages/services/Car/service/src/com/android/car/ |
D | Utils.java | 73 sProfileNames.put(BluetoothProfile.HID_HOST, "HID Host"); in sProfileNames.put() argument
|