gatttool.h 486 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. *
  4. * BlueZ - Bluetooth protocol stack for Linux
  5. *
  6. * Copyright (C) 2011 Nokia Corporation
  7. *
  8. *
  9. */
  10. int interactive(const char *src, const char *dst, const char *dst_type,
  11. int psm);
  12. GIOChannel *gatt_connect(const char *src, const char *dst,
  13. const char *dst_type, const char *sec_level,
  14. int psm, int mtu, BtIOConnect connect_cb,
  15. GError **gerr);
  16. size_t gatt_attr_data_from_string(const char *str, uint8_t **data);