Home
last modified time | relevance | path

Searched defs:bt_avdtp_ops_cb (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp_internal.h178 struct bt_avdtp_ops_cb { struct
179 void (*connected)(struct bt_avdtp *session);
181 void (*disconnected)(struct bt_avdtp *session);
183 struct net_buf *(*alloc_buf)(struct bt_avdtp *session);
185 int (*discovery_ind)(struct bt_avdtp *session, uint8_t *errcode);
187 int (*get_capabilities_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep,
190 int (*set_configuration_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep,
214 const struct bt_avdtp_ops_cb *ops; argument