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.java671 if (!mDatabaseManager.setProfileConnectionPolicy(device, BluetoothProfile.HID_DEVICE, in setConnectionPolicy()
700 .getProfileConnectionPolicy(device, BluetoothProfile.HID_DEVICE); in getConnectionPolicy()
925 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.HID_DEVICE); in setAndBroadcastConnectionState()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java96 (1 << BluetoothProfile.HID_DEVICE)),
DAdapterProperties.java144 sendConnectionStateChange(BluetoothProfile.HID_DEVICE, intent);
DAdapterService.java854 if (profile == BluetoothProfile.HID_DEVICE) { in isSupported()
/packages/services/Car/service/src/com/android/car/
DUtils.java86 sProfileNames.put(BluetoothProfile.HID_DEVICE, "HID Device"); in sProfileNames.put() argument