Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapSession.java43 public static final int SESSION_CONNECTING = 5; field in BluetoothPbapSession
241 mParentHandler.obtainMessage(SESSION_CONNECTING).sendToTarget(); in startRfcomm()
DBluetoothPbapClient.java472 case BluetoothPbapSession.SESSION_CONNECTING: in handleMessage()