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

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

Completed in 43 milliseconds