Home
last modified time | relevance | path

Searched refs:HID_DEVICE (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDeviceService.java668 .setProfileConnectionPolicy(device, BluetoothProfile.HID_DEVICE, connectionPolicy); in setConnectionPolicy()
695 .getProfileConnectionPolicy(device, BluetoothProfile.HID_DEVICE); in getConnectionPolicy()
917 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.HID_DEVICE); in setAndBroadcastConnectionState()
/packages/services/Car/service/src/com/android/car/
DUtils.java86 sProfileNames.put(BluetoothProfile.HID_DEVICE, "HID Device"); in sProfileNames.put() argument
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java102 (1 << BluetoothProfile.HID_DEVICE)),
DAdapterProperties.java144 sendConnectionStateChange(BluetoothProfile.HID_DEVICE, intent);
DAdapterService.java868 if (profile == BluetoothProfile.HID_DEVICE) { in isSupported()