Searched refs:BuildCodecInfo (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_profile.cpp | 441 BuildCodecInfo(A2DP_SOURCE_CODEC_INDEX_SBC, cfg[number].cfg.codecInfo); in CreateSEPConfigureInfo() 449 BuildCodecInfo(A2DP_SOURCE_CODEC_INDEX_AAC, cfg[number].cfg.codecInfo); in CreateSEPConfigureInfo() 464 BuildCodecInfo(A2DP_SINK_CODEC_INDEX_SBC, cfg[number].cfg.codecInfo); in CreateSEPConfigureInfo() 472 BuildCodecInfo(A2DP_SINK_CODEC_INDEX_AAC, cfg[number].cfg.codecInfo); in CreateSEPConfigureInfo() 484 void A2dpProfile::BuildCodecInfo(A2dpCodecIndex index, uint8_t *data) in BuildCodecInfo() function in OHOS::bluetooth::A2dpProfile
|
H A D | a2dp_profile.h | 383 static void BuildCodecInfo(A2dpCodecIndex index, uint8_t *data);
|
H A D | a2dp_profile_peer.cpp | 166 A2dpProfile::BuildCodecInfo(A2DP_SOURCE_CODEC_INDEX_SBC, codecInfo); in RegisterSEPConfigureInfo() 174 A2dpProfile::BuildCodecInfo(A2DP_SOURCE_CODEC_INDEX_AAC, codecInfo); in RegisterSEPConfigureInfo() 197 A2dpProfile::BuildCodecInfo(A2DP_SINK_CODEC_INDEX_SBC, codecInfo); in RegisterSEPConfigureInfo() 205 A2dpProfile::BuildCodecInfo(A2DP_SINK_CODEC_INDEX_AAC, codecInfo); in RegisterSEPConfigureInfo()
|