|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
PBAP PSE L2CAP server structure. More...
#include <zephyr/bluetooth/classic/pbap.h>
Data Fields | |
| struct bt_goep_transport_l2cap_server | server |
| Underlying GOEP L2CAP server. | |
| int(* | accept )(struct bt_conn *conn, struct bt_pbap_pse_l2cap *pbap_pse_l2cap, struct bt_pbap_pse **pbap_pse) |
| Accept connection callback. | |
PBAP PSE L2CAP server structure.
Structure for managing PBAP server over L2CAP transport.
| int(* bt_pbap_pse_l2cap::accept) (struct bt_conn *conn, struct bt_pbap_pse_l2cap *pbap_pse_l2cap, struct bt_pbap_pse **pbap_pse) |
Accept connection callback.
Called when a new L2CAP connection is accepted. The application should allocate and initialize a PBAP PSE instance.
| conn | ACL connection. |
| pbap_pse_l2cap | PBAP PSE L2CAP server instance, bt_pbap_pse_l2cap. |
| pbap_pse | Pointer to store the created PBAP PSE instance, bt_pbap_pse. |
| struct bt_goep_transport_l2cap_server bt_pbap_pse_l2cap::server |
Underlying GOEP L2CAP server.