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

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

Completed in 105 milliseconds