Home
last modified time | relevance | path

Searched refs:bt_avdtp_sep (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Davdtp_internal.h161 struct bt_avdtp_sep *sep;
173 struct bt_avdtp_sep *sep;
180 struct bt_avdtp_sep *sep;
195 struct bt_avdtp_sep *sep, struct net_buf *rsp_buf, uint8_t *errcode);
197 int (*set_configuration_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep,
201 struct bt_avdtp_sep *sep, uint8_t *errcode);
204 struct bt_avdtp_sep *sep, uint8_t *errcode);
207 struct bt_avdtp_sep *sep, uint8_t *errcode);
210 struct bt_avdtp_sep *sep, uint8_t *errcode);
213 struct bt_avdtp_sep *sep, uint8_t *errcode);
[all …]
Davdtp.c75 struct bt_avdtp_sep *sep = in bt_avdtp_media_l2cap_connected()
76 CONTAINER_OF(chan, struct bt_avdtp_sep, chan.chan); in bt_avdtp_media_l2cap_connected()
105 struct bt_avdtp_sep *sep = in bt_avdtp_media_l2cap_disconnected()
106 CONTAINER_OF(chan, struct bt_avdtp_sep, chan.chan); in bt_avdtp_media_l2cap_disconnected()
118 struct bt_avdtp_sep *sep = in bt_avdtp_media_l2cap_recv()
119 CONTAINER_OF(chan, struct bt_avdtp_sep, chan.chan); in bt_avdtp_media_l2cap_recv()
127 static int avdtp_media_connect(struct bt_avdtp *session, struct bt_avdtp_sep *sep) in avdtp_media_connect()
180 struct bt_avdtp_sep *sep; in avdtp_discover_handler()
247 static struct bt_avdtp_sep *avdtp_get_sep(uint8_t stream_endpoint_id) in avdtp_get_sep()
249 struct bt_avdtp_sep *sep = NULL; in avdtp_get_sep()
[all …]
Da2dp.c162 static int a2dp_get_capabilities_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, in a2dp_get_capabilities_ind()
185 static int a2dp_set_config_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, in a2dp_set_config_ind()
267 struct bt_avdtp_sep *sep, in bt_a2dp_media_data_callback()
288 static int a2dp_open_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode) in a2dp_open_ind()
322 static int a2dp_start_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode) in a2dp_start_ind()
356 static int a2dp_close_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode) in a2dp_close_ind()
390 static int a2dp_suspend_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode) in a2dp_suspend_ind()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/classic/
Davdtp.h124 struct bt_avdtp_sep { struct
130 void (*media_data_cb)(struct bt_avdtp_sep *sep, argument
Da2dp.h314 struct bt_avdtp_sep sep;