Home
last modified time | relevance | path

Searched refs:bluetoothQualityReport (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothQualityReportReadyCallback.aidl26 …ReportReady(in BluetoothDevice device, in BluetoothQualityReport bluetoothQualityReport, in int st… in onBluetoothQualityReportReady() argument
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java5259 BluetoothQualityReport bluetoothQualityReport,
5270 device, bluetoothQualityReport, status));
5429 @NonNull BluetoothQualityReport bluetoothQualityReport, in onBluetoothQualityReportReady() argument
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java1329 BluetoothDevice device, BluetoothQualityReport bluetoothQualityReport) { in bluetoothQualityReportReadyCallback() argument
1343 device, bluetoothQualityReport, BluetoothStatusCodes.SUCCESS); in bluetoothQualityReportReadyCallback()