Home
last modified time | relevance | path

Searched refs:getClassOfDevice (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/framework/api/
Dtest-current.txt5 method public int getClassOfDevice();
Dsystem-current.txt1318 method @NonNull public byte[] getClassOfDevice();
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothClass.java283 public int getClassOfDevice() { in getClassOfDevice() method in BluetoothClass
DOobData.java716 public byte[] getClassOfDevice() { in getClassOfDevice() method in OobData
DBluetoothQualityReport.java530 out.writeInt(mBluetoothClass.getClassOfDevice()); in writeToParcel()
/packages/modules/Uwb/ranging/tests/multidevices/snippet/bluetooth/
DUtils.java103 convertByteArrayToJSONArray(oobData.getClassOfDevice())) in convertOobDataToJson()