|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
GOEP structure. More...
#include <zephyr/bluetooth/classic/goep.h>
Data Fields | |
| struct bt_goep_transport_v1 * | v1 |
| To be used for transport v1. | |
| struct bt_goep_transport_v2 * | v2 |
| To be used for transport v2. | |
| const struct bt_goep_transport_ops * | transport_ops |
| GOEP transport operations. | |
| struct bt_obex | obex |
| OBEX object. | |
GOEP structure.
| struct bt_obex bt_goep::obex |
OBEX object.
| const struct bt_goep_transport_ops* bt_goep::transport_ops |
GOEP transport operations.
The upper layer should pass the operations to transport_ops when providing the GOEP structure.
| struct bt_goep_transport_v1* bt_goep::v1 |
To be used for transport v1.
Must be NULL when using transport v2.
| struct bt_goep_transport_v2* bt_goep::v2 |
To be used for transport v2.
Must be NULL when using transport v1.