mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-06 07:15:35 -04:00
bluez5: reduce quirks logspam
There's no need to log quirks every time they are used, it's enough to log them once when a device connects.
This commit is contained in:
parent
726234c82f
commit
8504e58120
3 changed files with 40 additions and 10 deletions
|
|
@ -778,6 +778,9 @@ int spa_bt_quirks_get_features(const struct spa_bt_quirks *quirks,
|
|||
const struct spa_bt_adapter *adapter,
|
||||
const struct spa_bt_device *device,
|
||||
uint32_t *features);
|
||||
void spa_bt_quirks_log_features(const struct spa_bt_quirks *this,
|
||||
const struct spa_bt_adapter *adapter,
|
||||
const struct spa_bt_device *device);
|
||||
void spa_bt_quirks_destroy(struct spa_bt_quirks *quirks);
|
||||
|
||||
int spa_bt_adapter_has_msbc(struct spa_bt_adapter *adapter);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue