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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java400 public void serverConnect(int serverIf, String address, boolean isDirect) { method in class:GattService.BluetoothGattBinder
403 service.serverConnect(serverIf, address, isDirect);
1383 void serverConnect(int serverIf, String address, boolean isDirect) { method in class:GattService
1386 if (DBG) Log.d(TAG, "serverConnect() - address=" + address);

Completed in 51 milliseconds