Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapServer.java192 if (discType != SapMessage.DISC_FORCED) { in sendDisconnectInd()
209 startDisconnectTimer(SapMessage.DISC_FORCED, DISCONNECT_TIMEOUT_IMMEDIATE); in sendDisconnectInd()
497 sendDisconnectInd(SapMessage.DISC_FORCED); in run()
833 startDisconnectTimer(SapMessage.DISC_FORCED, DISCONNECT_TIMEOUT_RFCOMM); in handleRfcommReply()
DSapMessage.java140 public static final int DISC_FORCED = 0x100; // Used internal only field in SapMessage
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sap/
DSapServerTest.java465 mSapServer.startDisconnectTimer(SapMessage.DISC_FORCED, 1_000); in startDisconnectTimer_and_stopDisconnectTimer()