Lines Matching refs:avdtp_error
40 struct avdtp_error {
131 struct avdtp_error *err,
139 struct avdtp_error *err,
144 struct avdtp_error *err,
147 struct avdtp_stream *stream, struct avdtp_error *err,
150 struct avdtp_stream *stream, struct avdtp_error *err,
154 struct avdtp_error *err, void *user_data);
157 struct avdtp_error *err, void *user_data);
160 struct avdtp_error *err, void *user_data);
164 struct avdtp_error *err, void *user_data);
204 struct avdtp_error *err, void *user_data);
286 void avdtp_error_init(struct avdtp_error *err, uint8_t type, int id);
287 const char *avdtp_strerror(struct avdtp_error *err);
288 avdtp_error_type_t avdtp_error_type(struct avdtp_error *err);
289 int avdtp_error_error_code(struct avdtp_error *err);
290 int avdtp_error_posix_errno(struct avdtp_error *err);