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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java278 public void clientConnect(int clientIf, String address, boolean isDirect) { method in class:GattService.BluetoothGattBinder
281 service.clientConnect(clientIf, address, isDirect);
956 void clientConnect(int clientIf, String address, boolean isDirect) { method in class:GattService
959 if (DBG) Log.d(TAG, "clientConnect() - address=" + address + ", isDirect=" + isDirect);

Completed in 50 milliseconds