Merge "aidl: Fix missing conversion logic for broadcast device" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
cd17169a8e
@@ -695,6 +695,10 @@ public class AidlConversion {
|
||||
aidl.type = AudioDeviceType.OUT_SPEAKER;
|
||||
aidl.connection = AudioDeviceDescription.CONNECTION_BT_LE;
|
||||
break;
|
||||
case AudioSystem.DEVICE_OUT_BLE_BROADCAST:
|
||||
aidl.type = AudioDeviceType.OUT_BROADCAST;
|
||||
aidl.connection = AudioDeviceDescription.CONNECTION_BT_LE;
|
||||
break;
|
||||
case AudioSystem.DEVICE_IN_BUILTIN_MIC:
|
||||
aidl.type = AudioDeviceType.IN_MICROPHONE;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user