|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
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_goep * | goep |
| Back-pointer to parent GOEP object. | |
GOEP v2 structure.
| struct bt_l2cap_br_chan bt_goep_transport_v2::chan |
L2CAP BR/EDR channel used for transport.
| 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.