mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
spa: bluez: fix whitespaces
This commit is contained in:
parent
5bb2224da3
commit
0b87144d26
3 changed files with 12 additions and 12 deletions
|
|
@ -2607,7 +2607,7 @@ static int remote_endpoint_update_props(struct spa_bt_remote_endpoint *remote_en
|
|||
if (device == NULL) {
|
||||
/*
|
||||
* If a broadcast sink endpoint is detected (over DBus) a new device
|
||||
* will be created. This device will be our simulated remote device.
|
||||
* will be created. This device will be our simulated remote device.
|
||||
* This is done because BlueZ sets the adapter as the device
|
||||
* that is connected to for a broadcast sink endpoint/transport.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1780,7 +1780,7 @@ static struct spa_pod *build_profile(struct impl *this, struct spa_pod_builder *
|
|||
{
|
||||
uint32_t profile = device->connected_profiles &
|
||||
(SPA_BT_PROFILE_BAP_SINK | SPA_BT_PROFILE_BAP_SOURCE
|
||||
| SPA_BT_PROFILE_BAP_BROADCAST_SOURCE
|
||||
| SPA_BT_PROFILE_BAP_BROADCAST_SOURCE
|
||||
| SPA_BT_PROFILE_BAP_BROADCAST_SINK);
|
||||
size_t idx;
|
||||
const struct media_codec *media_codec;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue