|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
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_goep * | goep |
| Back-pointer to parent GOEP object. | |
GOEP v1.1 structure.
| struct bt_rfcomm_dlc bt_goep_transport_v1::dlc |
RFCOMM DLC used for transport.
| 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.