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

OBEX client structure. More...

#include <zephyr/bluetooth/classic/obex.h>

Data Fields

struct bt_obexobex
 OBEX Object.
const struct bt_obex_client_opsops
 OBEX Client operations.
struct { 
   uint16_t   mopl 
 The Maximum OBEX Packet Length (MOPL) More...
rx
struct { 
   uint16_t   mopl 
 The Maximum OBEX Packet Length (MOPL) More...
tx

Detailed Description

OBEX client structure.

Field Documentation

◆ mopl

uint16_t bt_obex_client::mopl

The Maximum OBEX Packet Length (MOPL)

◆ obex

struct bt_obex* bt_obex_client::obex

OBEX Object.

◆ 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 client structure.

◆ [struct]

struct { ... } bt_obex_client::rx

◆ [struct]

struct { ... } bt_obex_client::tx

The documentation for this struct was generated from the following file:
  • zephyr/bluetooth/classic/obex.h