⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 obex_socket.h

📁 It s a tool designed to extract as much information as possible from Bluetooth devices without the r
💻 H
字号:
/* * UNrooted.net example code * * Prototypes for the functions in obex_socket.c * */#ifndef OBEX_SOCKET_H_INCLUDED#define OBEX_SOCKET_H_INCLUDED#include <glib.h>#include <openobex/obex.h>struct cobex_context *cobex_open(const gchar *port);struct cobex_context *cobex_setsocket(const int fd);int cobex_getsocket(struct cobex_context *gt);void cobex_close(struct cobex_context *gt);gint cobex_connect(obex_t *handle, gpointer userdata);gint cobex_disconnect(obex_t *handle, gpointer userdata);gint cobex_write(obex_t *handle,gpointer userdata,guint8 *buffer, gint length);gint cobex_handle_input(obex_t *handle, gpointer userdata, gint timeout);#endif /* OBEX_SOCKET_H_INCLUDED */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -