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

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

Completed in 28 milliseconds