mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-19 08:57:14 -05:00
bluez5: Use spa_log_hexdump() to dump media properties/configuration
This commit is contained in:
parent
1d39ea004e
commit
2c72597271
2 changed files with 10 additions and 14 deletions
|
|
@ -885,7 +885,7 @@ static void a2dp_on_timeout(struct spa_source *source)
|
|||
|
||||
static int do_start(struct impl *this)
|
||||
{
|
||||
int i, res, val, size;
|
||||
int res, val, size;
|
||||
struct port *port;
|
||||
socklen_t len;
|
||||
uint8_t *conf;
|
||||
|
|
@ -907,8 +907,8 @@ static int do_start(struct impl *this)
|
|||
conf = this->transport->configuration;
|
||||
size = this->transport->configuration_len;
|
||||
|
||||
for (i = 0; i < size; i++)
|
||||
spa_log_debug(this->log, " %d: %02x", i, conf[i]);
|
||||
spa_log_debug(this->log, "Transport configuration:");
|
||||
spa_log_hexdump(this->log, SPA_LOG_LEVEL_DEBUG, 2, conf, (size_t)size);
|
||||
|
||||
this->codec_data = this->codec->init(this->codec,
|
||||
this->is_duplex ? A2DP_CODEC_FLAG_SINK : 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue