Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapSession.java37 private static final int RFCOMM_CONNECTED = 1; field in BluetoothPbapSession
106 case RFCOMM_CONNECTED: in handleMessage()
317 mSessionHandler.obtainMessage(RFCOMM_CONNECTED, transport).sendToTarget(); in run()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java79 private static final int RFCOMM_CONNECTED = 11; field in BluetoothOppTransfer
157 case RFCOMM_CONNECTED: in handleMessage()
615 mSessionHandler.obtainMessage(RFCOMM_CONNECTED, transport).sendToTarget(); in run()
640 mSessionHandler.obtainMessage(RFCOMM_CONNECTED, transport).sendToTarget(); in run()