|
Zephyr API Documentation 4.4.0-rc1
A Scalable Open Source RTOS
|
GOEP transport operations structure. More...
#include <zephyr/bluetooth/classic/goep.h>
Data Fields | |
| void(* | connected )(struct bt_conn *conn, struct bt_goep *goep) |
| GOEP transport connected callback. | |
| void(* | disconnected )(struct bt_goep *goep) |
| GOEP transport disconnected callback. | |
GOEP transport operations structure.
The object has to stay valid and constant for the lifetime of the GOEP server and client.
GOEP transport connected callback.
If this callback is provided it will be called whenever the GOEP transport connection completes.
| conn | The ACL connection. |
| goep | The GOEP object that has been connected. |
| void(* bt_goep_transport_ops::disconnected) (struct bt_goep *goep) |
GOEP transport disconnected callback.
If this callback is provided it will be called whenever the GOEP transport is disconnected, including when a connection gets rejected.
| goep | The GOEP object that has been disconnected. |