Searched refs:onConnect (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMasInstance.java151 boolean isValid = mMapService.onConnect(mRemoteDevice, BluetoothMapMasInstance.this);
H A DBluetoothMapObexServer.java230 public int onConnect(final HeaderSet request, HeaderSet reply) { method in class:BluetoothMapObexServer
231 if (D) Log.d(TAG, "onConnect():");
242 if (D) Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid));
256 Log.e(TAG,"Exception during onConnect:", e);
263 if (D) Log.d(TAG, "onConnect(): remote=" + Arrays.toString(remote));
275 Log.e(TAG,"Exception during onConnect:", e);
280 if (V) Log.v(TAG, "onConnect(): uuid is ok, will send out " +
H A DBluetoothMapService.java756 public boolean onConnect(BluetoothDevice remoteDevice, BluetoothMapMasInstance masInst) { method in class:BluetoothMapService
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexServerSession.java539 public int onConnect(HeaderSet request, HeaderSet reply) { method in class:BluetoothOppObexServerSession
541 if (D) Log.d(TAG, "onConnect");
546 if (V) Log.v(TAG, "onConnect(): uuid =" + Arrays.toString(uuid));
H A DTestActivity.java482 public int onConnect(HeaderSet request, HeaderSet reply) { method in class:TestTcpServer
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java178 public int onConnect(final HeaderSet request, HeaderSet reply) { method in class:BluetoothPbapObexServer
186 if (D) Log.d(TAG, "onConnect(): uuid=" + Arrays.toString(uuid));
207 if (D) Log.d(TAG, "onConnect(): remote=" + Arrays.toString(remote));
215 if (V) Log.v(TAG, "onConnect(): uuid is ok, will send out " +

Completed in 215 milliseconds