mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
bluez5: Add G722 codec for ASHA
For documentation on ASHA, see https://source.android.com/docs/core/connect/bluetooth/asha
This commit is contained in:
parent
6a5f2bbd1f
commit
41d099a580
9 changed files with 319 additions and 3 deletions
|
|
@ -5672,7 +5672,7 @@ static void interfaces_removed(struct spa_bt_monitor *monitor, DBusMessageIter *
|
|||
struct spa_bt_device *d = transport->device;
|
||||
if (d != NULL){
|
||||
device_free(d);
|
||||
}
|
||||
}
|
||||
} else if (transport->profile == SPA_BT_PROFILE_BAP_BROADCAST_SOURCE) {
|
||||
/*
|
||||
* For each transport that has a broadcast source profile,
|
||||
|
|
@ -5682,7 +5682,7 @@ static void interfaces_removed(struct spa_bt_monitor *monitor, DBusMessageIter *
|
|||
* for this case will have the scanned device to the transport
|
||||
* "/fd0" and create new devices for the other transports from this device
|
||||
* that appear only in case of multiple BISes per BIG.
|
||||
*
|
||||
*
|
||||
* Here we delete the created devices.
|
||||
*/
|
||||
char *pos = strstr(transport->path, "/fd0");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue