Home | History | Annotate | Download | only in gatt

Lines Matching defs:registerServer

449         public void registerServer(ParcelUuid uuid, IBluetoothGattServerCallback callback) {
452 service.registerServer(uuid.getUuid(), callback);
1953 void registerServer(UUID uuid, IBluetoothGattServerCallback callback) {
1956 if (DBG) Log.d(TAG, "registerServer() - UUID=" + uuid);