Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapMessage.java139 public static final int CON_STATUS_OK_ONGOING_CALL = 0x04; field in SapMessage
956 mConnectionStatus = CON_STATUS_OK_ONGOING_CALL; in createSolicited()
DSapServer.java575 reply.setConnectionStatus(SapMessage.CON_STATUS_OK_ONGOING_CALL); in onConnectRequest()
820 == SapMessage.CON_STATUS_OK_ONGOING_CALL) { in handleRfcommReply()