Home
last modified time | relevance | path

Searched refs:REASON_REMOTE_REQUEST (Results 1 – 18 of 18) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DDistanceMeasurementNativeInterface.java44 private static final int REASON_REMOTE_REQUEST = 3; field in DistanceMeasurementNativeInterface
133 case REASON_REMOTE_REQUEST: in convertErrorCode()
134 return BluetoothStatusCodes.REASON_REMOTE_REQUEST; in convertErrorCode()
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DErrors.java25 import static android.uwb.RangingSession.Callback.REASON_REMOTE_REQUEST;
66 case REASON_REMOTE_REQUEST: in toString()
DConversions.java156 if (reason == RangingSession.Callback.REASON_REMOTE_REQUEST) { in convertReason()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DDistanceMeasurementManagerTest.java173 BluetoothStatusCodes.REASON_REMOTE_REQUEST, in testHandleRssiStopped()
175 verify(mCallback).onStopped(mDevice, BluetoothStatusCodes.REASON_REMOTE_REQUEST); in testHandleRssiStopped()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothStatusCodes.java125 @SystemApi public static final int REASON_REMOTE_REQUEST = 18; field in BluetoothStatusCodes
DBluetoothHapClient.java81 BluetoothStatusCodes.REASON_REMOTE_REQUEST,
161 BluetoothStatusCodes.REASON_REMOTE_REQUEST,
DBluetoothLeBroadcastAssistant.java248 BluetoothStatusCodes.REASON_REMOTE_REQUEST,
/packages/modules/Bluetooth/system/gd/hci/
Ddistance_measurement_manager.h37 REASON_REMOTE_REQUEST, enumerator
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DDistanceMeasurementSession.java164 BluetoothStatusCodes.REASON_REMOTE_REQUEST,
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java731 return BluetoothStatusCodes.REASON_REMOTE_REQUEST; in stackEventPresetInfoReasonToProfileStatus()
733 return BluetoothStatusCodes.REASON_REMOTE_REQUEST; in stackEventPresetInfoReasonToProfileStatus()
735 return BluetoothStatusCodes.REASON_REMOTE_REQUEST; in stackEventPresetInfoReasonToProfileStatus()
/packages/modules/Uwb/framework/java/android/uwb/
DRangingSession.java99 REASON_REMOTE_REQUEST,
131 int REASON_REMOTE_REQUEST = 2; field
DRangingManager.java583 return RangingSession.Callback.REASON_REMOTE_REQUEST; in convertToReason()
/packages/modules/Uwb/framework/tests/src/android/uwb/
DRangingManagerTest.java515 RangingChangeReason.REMOTE_REQUEST, RangingSession.Callback.REASON_REMOTE_REQUEST); in testReasons()
/packages/modules/Uwb/framework/api/
Dsystem-current.txt165 field public static final int REASON_REMOTE_REQUEST = 2; // 0x2
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/
DHapClientTest.java821 eq(BluetoothStatusCodes.REASON_REMOTE_REQUEST)); in testStackEventOnPresetInfo()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java2136 case BluetoothStatusCodes.REASON_REMOTE_REQUEST: in isSuccess()
DBassClientService.java768 case BluetoothStatusCodes.REASON_REMOTE_REQUEST: in isSuccess()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt1062 field public static final int REASON_REMOTE_REQUEST = 18; // 0x12