2020-09-22 03:00:22 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
2011-02-16 01:09:43 +08:00
|
|
|
/*
|
|
|
|
*
|
|
|
|
* BlueZ - Bluetooth protocol stack for Linux
|
|
|
|
*
|
|
|
|
* Copyright (C) 2011 Nokia Corporation
|
|
|
|
*
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2013-05-01 12:51:56 +08:00
|
|
|
int interactive(const char *src, const char *dst, const char *dst_type,
|
2013-03-05 04:42:55 +08:00
|
|
|
int psm);
|
2013-05-01 12:51:56 +08:00
|
|
|
GIOChannel *gatt_connect(const char *src, const char *dst,
|
|
|
|
const char *dst_type, const char *sec_level,
|
2013-04-16 23:49:54 +08:00
|
|
|
int psm, int mtu, BtIOConnect connect_cb,
|
|
|
|
GError **gerr);
|
2011-02-25 04:38:28 +08:00
|
|
|
size_t gatt_attr_data_from_string(const char *str, uint8_t **data);
|