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:
Sanchayan Maity 2024-11-26 16:41:04 +05:30 committed by Wim Taymans
parent 6a5f2bbd1f
commit 41d099a580
9 changed files with 319 additions and 3 deletions

View file

@ -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");