HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothMasObexClientSession (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasObexClientSession.java 30 class BluetoothMasObexClientSession {
31 private static final String TAG = "BluetoothMasObexClientSession";
154 public BluetoothMasObexClientSession(ObexTransport transport, Handler handler) {
BluetoothMasClient.java 300 private BluetoothMasObexClientSession mObexSession = null;
338 client.mObexSession = new BluetoothMasObexClientSession(client.mObexTransport,
343 case BluetoothMasObexClientSession.MSG_OBEX_CONNECTED:
349 case BluetoothMasObexClientSession.MSG_OBEX_DISCONNECTED:
356 case BluetoothMasObexClientSession.MSG_REQUEST_COMPLETED:
    [all...]

Completed in 1306 milliseconds