Home
last modified time | relevance | path

Searched refs:REMOTE_SCAN_STOP (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java81 @VisibleForTesting static final byte[] REMOTE_SCAN_STOP = {00}; field in BassClientStateMachine
1887 writeBassControlPoint(REMOTE_SCAN_STOP); in processMessage()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java39 import static com.android.bluetooth.bass_client.BassClientStateMachine.REMOTE_SCAN_STOP;
1258 verify(scanControlPoint).setValue(REMOTE_SCAN_STOP); in sendStopScanOffloadMessage_inConnectedState()