Floss: fix HFP codec types around `set_codec_datapath`
Codecs sent to `set_codec_datapath` used to be bitmask types, now they have changed to UUIDs, and may cause issues for the third type (0x04 != 3). In this CL, we change the signature to `codec_uuid` to avoid confusion. Bug: 269970706 Tag: #floss Test: Build and verify Change-Id: Ieda5964b53c64ebb197c5ad50ef352fabcad8aa3
Loading
Please register or sign in to comment