Searched refs:HID_DEVICE (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothProfile.java | 178 int HID_DEVICE = 19; field 460 case HID_DEVICE: in getProfileName()
|
D | BluetoothAdapter.java | 831 Map.entry(BluetoothProfile.HID_DEVICE, BluetoothHidDevice::new),
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidDeviceService.java | 654 device, BluetoothProfile.HID_DEVICE, connectionPolicy)) { in setConnectionPolicy() 680 return mDatabaseManager.getProfileConnectionPolicy(device, BluetoothProfile.HID_DEVICE); in getConnectionPolicy() 880 device, BluetoothProfile.HID_DEVICE, newState, prevState); in setAndBroadcastConnectionState() 884 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.HID_DEVICE); in setAndBroadcastConnectionState()
|
/packages/modules/Bluetooth/system/blueberry/utils/ |
D | bt_constants.py | 128 HID_DEVICE = 19 variable in BluetoothProfile
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | Config.java | 116 HidDeviceService.isEnabled(), BluetoothProfile.HID_DEVICE), 161 HidDeviceService.isEnabled(), BluetoothProfile.HID_DEVICE),
|
D | AdapterProperties.java | 179 logConnectionStateChanges(BluetoothProfile.HID_DEVICE, intent);
|
D | AdapterService.java | 1525 Map.entry(BluetoothProfile.HID_DEVICE, HidDeviceService::new), 1710 if (profile == BluetoothProfile.HID_DEVICE) { in isProfileSupported()
|
/packages/modules/Bluetooth/framework/tests/util/src/android/bluetooth/cts/ |
D | TestUtils.java | 91 case BluetoothProfile.HID_DEVICE -> { in isProfileEnabled()
|
/packages/modules/Bluetooth/system/gd/proto/bluetooth/metrics/ |
D | bluetooth.proto | 269 HID_DEVICE = 19; enumerator
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingDevicePreferenceControllerTest.java | 302 mCachedDevice, BluetoothAdapter.STATE_CONNECTED, BluetoothProfile.HID_DEVICE); in onProfileConnectionStateChanged_notMediaDevice_doNothing()
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 1051 field public static final int HID_DEVICE = 19; // 0x13
|