Zephyr Project API 4.2.99
A Scalable Open Source RTOS
|
OBEX structure. More...
#include <obex.h>
Data Fields | ||
const struct bt_obex_server_ops * | server_ops | |
OBEX Server operations. | ||
const struct bt_obex_client_ops * | client_ops | |
OBEX Client operations. | ||
struct { | ||
uint16_t mtu | ||
MTU of OBEX transport. More... | ||
uint16_t mopl | ||
The Maximum OBEX Packet Length (MOPL) More... | ||
} | rx | |
struct { | ||
uint16_t mtu | ||
MTU of OBEX transport. More... | ||
uint16_t mopl | ||
The Maximum OBEX Packet Length (MOPL) More... | ||
} | tx | |
OBEX structure.
const struct bt_obex_client_ops* bt_obex::client_ops |
OBEX Client operations.
If it is a obex client, the upper layer should pass the operations of client to client_ops
when providing the OBEX structure.
uint16_t bt_obex::mopl |
The Maximum OBEX Packet Length (MOPL)
uint16_t bt_obex::mtu |
MTU of OBEX transport.
struct { ... } bt_obex::rx |
const struct bt_obex_server_ops* bt_obex::server_ops |
OBEX Server operations.
If it is a obex sever, the upper layer should pass the operations of server to server_ops
when providing the OBEX structure.
struct { ... } bt_obex::tx |