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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java290 public void clientListen(int clientIf, boolean start) { method in class:GattService.BluetoothGattBinder
293 service.clientListen(clientIf, start);
972 void clientListen(int clientIf, boolean start) { method in class:GattService
973 if (DBG) Log.d(TAG, "clientListen() - start=" + start);

Completed in 32 milliseconds