Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

OBEX structure. More...

#include <obex.h>

Data Fields

const struct bt_obex_server_opsserver_ops
 OBEX Server operations.
 
const struct bt_obex_client_opsclient_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 
 

Detailed Description

OBEX structure.

Field Documentation

◆ client_ops

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.

◆ mopl

uint16_t bt_obex::mopl

The Maximum OBEX Packet Length (MOPL)

◆ mtu

uint16_t bt_obex::mtu

MTU of OBEX transport.

◆ [struct]

struct { ... } bt_obex::rx

◆ server_ops

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]

struct { ... } bt_obex::tx

The documentation for this struct was generated from the following file: