Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_goep_transport_v1 Struct Reference

GOEP v1.1 structure. More...

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

Data Fields

struct bt_rfcomm_dlc dlc
 RFCOMM DLC used for transport.
struct bt_goepgoep
 Back-pointer to parent GOEP object.

Detailed Description

GOEP v1.1 structure.

Field Documentation

◆ dlc

struct bt_rfcomm_dlc bt_goep_transport_v1::dlc

RFCOMM DLC used for transport.

◆ goep

struct bt_goep* bt_goep_transport_v1::goep

Back-pointer to parent GOEP object.

This must be initialized to point to the parent Generic Object Exchange Profile (GOEP) structure before calling any GOEP transport connect/register APIs. The parent Generic Object Exchange Profile (GOEP) must have its bt_goep::v1 field pointing to this structure and bt_goep::v2 set to NULL for a valid GOEP v1.1 session.


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