mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +00:00
avdtp: use defined value
This commit is contained in:
parent
c1caf18b58
commit
799a39db82
@ -516,7 +516,7 @@ uint8_t avdtp_validate_media_configuration(const avdtp_stream_endpoint_t *stream
|
||||
}
|
||||
if (callback == NULL) {
|
||||
// config valid
|
||||
return 0;
|
||||
return ERROR_CODE_SUCCESS;
|
||||
}
|
||||
return (*callback)(stream_endpoint, event, size);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user