Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientServiceTest.java371 mRemoteDevice, MceStateMachine.SDP_FAILED, null, BluetoothUuid.MAS); in receiveSdpRecord_withSdpFailed_sdpFailed()
375 verify(sm).sendSdpResult(eq(MceStateMachine.SDP_FAILED), eq(null)); in receiveSdpRecord_withSdpFailed_sdpFailed()
DMapClientStateMachineTest.java1043 mMceStateMachine.sendSdpResult(MceStateMachine.SDP_FAILED, null); in testSdpOrganicFailure_deviceDisconnected()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMceStateMachine.java114 public static final int SDP_FAILED = 1; field in MceStateMachine