// SPDX-License-Identifier: (GPL-2.0-only OR MIT) | |
/* | |
* Copyright (C) 2024 Amlogic, Inc. All rights reserved | |
*/ | |
#ifndef BINC_SERVICE_INTERNAL_H | |
#define BINC_SERVICE_INTERNAL_H | |
Service *binc_service_create(Device *device, const char *path, const char *uuid); | |
void binc_service_free(Service *service); | |
void binc_service_add_characteristic(Service *service, Characteristic *characteristic); | |
#endif //BINC_SERVICE_INTERNAL_H |