Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_goep_transport_ops Struct Reference

GOEP transport operations structure. More...

#include <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.
 

Detailed Description

GOEP transport operations structure.

The object has to stay valid and constant for the lifetime of the GOEP server and client.

Field Documentation

◆ connected

void(* bt_goep_transport_ops::connected) (struct bt_conn *conn, struct bt_goep *goep)

GOEP transport connected callback.

If this callback is provided it will be called whenever the GOEP transport connection completes.

Parameters
connThe ACL connection.
goepThe GOEP object that has been connected.

◆ disconnected

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.

Parameters
goepThe GOEP object that has been disconnected.

The documentation for this struct was generated from the following file: