VSF Documented
|
#include "shell/sys/linux/vsf_linux_cfg.h"
#include "../../../include/unistd.h"
#include "../../../include/errno.h"
#include "../../../include/fcntl.h"
#include "../../../include/poll.h"
#include "../../../include/bluetooth/bluetooth.h"
#include "../vsf_linux_socket.h"
#include <btstack.h>
Data Structures | |
struct | vsf_linux_socket_bluetooth_priv_t |
Macros | |
#define | __VSF_LINUX_SOCKET_CLASS_INHERIT__ |
#define | __VSF_LINUX_FS_CLASS_INHERIT__ |
Typedefs | |
typedef struct vsf_linux_socket_bluetooth_priv_t | vsf_linux_socket_bluetooth_priv_t |
Functions | |
int | __vsf_linux_pipe_fcntl (vsf_linux_fd_t *sfd, int cmd, uintptr_t arg) |
int | __vsf_linux_socket_stat (vsf_linux_fd_t *sfd, struct stat *buf) |
void | __vsf_linux_bthci_on_events (vsf_linux_fd_priv_t *priv, void *param, short events, vsf_protect_t orig) |
Variables | |
const vsf_linux_socket_op_t | vsf_linux_socket_bluetooth_op |
#define __VSF_LINUX_SOCKET_CLASS_INHERIT__ |
#define __VSF_LINUX_FS_CLASS_INHERIT__ |
|
extern |
|
extern |
void __vsf_linux_bthci_on_events | ( | vsf_linux_fd_priv_t * | priv, |
void * | param, | ||
short | events, | ||
vsf_protect_t | orig | ||
) |
const vsf_linux_socket_op_t vsf_linux_socket_bluetooth_op |