Home
last modified time | relevance | path

Searched defs:HID_HOST (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfile.java103 int HID_HOST = 4; field
/aosp12/system/bt/gd/proto/bluetooth/metrics/
H A Dbluetooth.proto256 HID_HOST = 4; enumerator
/aosp12/packages/services/Car/service/src/com/android/car/
H A DUtils.java77 sProfileNames.put(BluetoothProfile.HID_HOST, "HID Host"); in sProfileNames.put()