Lines Matching refs:sep
162 struct bt_avdtp_sep *sep; member
174 struct bt_avdtp_sep *sep; member
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,
193 int (*re_configuration_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep,
196 int (*open_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode);
198 int (*close_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode);
200 int (*start_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode);
202 int (*suspend_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode);
204 int (*abort_ind)(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode);
207 int (*stream_l2cap_disconnected)(struct bt_avdtp *session, struct bt_avdtp_sep *sep);
238 int bt_avdtp_register_sep(uint8_t media_type, uint8_t sep_type, struct bt_avdtp_sep *sep);
277 int bt_avdtp_send_media_data(struct bt_avdtp_sep *sep, struct net_buf *buf);
280 uint32_t bt_avdtp_get_media_mtu(struct bt_avdtp_sep *sep);