mesh-mgmt.h 343 B

1234567891011121314
  1. /* SPDX-License-Identifier: LGPL-2.1-or-later */
  2. /*
  3. *
  4. * BlueZ - Bluetooth protocol stack for Linux
  5. *
  6. * Copyright (C) 2019 SILVAIR sp. z o.o. All rights reserved.
  7. *
  8. *
  9. */
  10. #include <stdbool.h>
  11. typedef void (*mesh_mgmt_read_info_func_t)(int index, void *user_data);
  12. bool mesh_mgmt_list(mesh_mgmt_read_info_func_t cb, void *user_data);