|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
BIP L2CAP server structure. More...
#include <zephyr/bluetooth/classic/bip.h>
Data Fields | |
| struct bt_goep_transport_l2cap_server | server |
| Underlying GOEP L2CAP server. | |
| int(* | accept )(struct bt_conn *conn, struct bt_bip_l2cap_server *server, struct bt_bip **bip) |
| Accept connection callback. | |
BIP L2CAP server structure.
Structure for BIP server using L2CAP transport
| int(* bt_bip_l2cap_server::accept) (struct bt_conn *conn, struct bt_bip_l2cap_server *server, struct bt_bip **bip) |
Accept connection callback.
Called when a new L2CAP connection is accepted
| conn | Bluetooth connection |
| server | L2CAP server instance |
| bip | Pointer to store the created BIP instance |
| struct bt_goep_transport_l2cap_server bt_bip_l2cap_server::server |
Underlying GOEP L2CAP server.