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

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

Completed in 35 milliseconds