/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | DistanceMeasurementNativeInterface.java | 44 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/ |
D | Errors.java | 25 import static android.uwb.RangingSession.Callback.REASON_REMOTE_REQUEST; 66 case REASON_REMOTE_REQUEST: in toString()
|
D | Conversions.java | 156 if (reason == RangingSession.Callback.REASON_REMOTE_REQUEST) { in convertReason()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | DistanceMeasurementManagerTest.java | 173 BluetoothStatusCodes.REASON_REMOTE_REQUEST, in testHandleRssiStopped() 175 verify(mCallback).onStopped(mDevice, BluetoothStatusCodes.REASON_REMOTE_REQUEST); in testHandleRssiStopped()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothStatusCodes.java | 125 @SystemApi public static final int REASON_REMOTE_REQUEST = 18; field in BluetoothStatusCodes
|
D | BluetoothHapClient.java | 81 BluetoothStatusCodes.REASON_REMOTE_REQUEST, 161 BluetoothStatusCodes.REASON_REMOTE_REQUEST,
|
D | BluetoothLeBroadcastAssistant.java | 248 BluetoothStatusCodes.REASON_REMOTE_REQUEST,
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | distance_measurement_manager.h | 37 REASON_REMOTE_REQUEST, enumerator
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/ |
D | DistanceMeasurementSession.java | 164 BluetoothStatusCodes.REASON_REMOTE_REQUEST,
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/ |
D | HapClientService.java | 731 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/ |
D | RangingSession.java | 99 REASON_REMOTE_REQUEST, 131 int REASON_REMOTE_REQUEST = 2; field
|
D | RangingManager.java | 583 return RangingSession.Callback.REASON_REMOTE_REQUEST; in convertToReason()
|
/packages/modules/Uwb/framework/tests/src/android/uwb/ |
D | RangingManagerTest.java | 515 RangingChangeReason.REMOTE_REQUEST, RangingSession.Callback.REASON_REMOTE_REQUEST); in testReasons()
|
/packages/modules/Uwb/framework/api/ |
D | system-current.txt | 165 field public static final int REASON_REMOTE_REQUEST = 2; // 0x2
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hap/ |
D | HapClientTest.java | 821 eq(BluetoothStatusCodes.REASON_REMOTE_REQUEST)); in testStackEventOnPresetInfo()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachine.java | 2136 case BluetoothStatusCodes.REASON_REMOTE_REQUEST: in isSuccess()
|
D | BassClientService.java | 768 case BluetoothStatusCodes.REASON_REMOTE_REQUEST: in isSuccess()
|
/packages/modules/Bluetooth/framework/api/ |
D | system-current.txt | 1062 field public static final int REASON_REMOTE_REQUEST = 18; // 0x12
|