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

GOEP v2 structure. More...

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

Data Fields

struct bt_l2cap_br_chan chan
 L2CAP BR/EDR channel used for transport.
struct bt_goepgoep
 Back-pointer to parent GOEP object.

Detailed Description

GOEP v2 structure.

Field Documentation

◆ chan

struct bt_l2cap_br_chan bt_goep_transport_v2::chan

L2CAP BR/EDR channel used for transport.

◆ goep

struct bt_goep* bt_goep_transport_v2::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::v2 field pointing to this structure and bt_goep::v1 set to NULL for a valid GOEP v2.0 session.


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