pb-adv.h 415 B

123456789101112131415
  1. /* SPDX-License-Identifier: LGPL-2.1-or-later */
  2. /*
  3. *
  4. * BlueZ - Bluetooth protocol stack for Linux
  5. *
  6. * Copyright (C) 2018 Intel Corporation. All rights reserved.
  7. *
  8. *
  9. */
  10. bool pb_adv_reg(bool initiator, mesh_prov_open_func_t open_cb,
  11. mesh_prov_close_func_t close_cb,
  12. mesh_prov_receive_func_t rx_cb, mesh_prov_ack_func_t ack_cb,
  13. uint8_t uuid[16], void *user_data);
  14. void pb_adv_unreg(void *user_data);