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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java299 public void registerClient(ParcelUuid uuid, IBluetoothGattCallback callback) { method in class:GattService.BluetoothGattBinder
302 service.registerClient(uuid.getUuid(), callback);
1425 void registerClient(UUID uuid, IBluetoothGattCallback callback) { method in class:GattService
1428 if (DBG) Log.d(TAG, "registerClient() - UUID=" + uuid);

Completed in 91 milliseconds