Home
last modified time | relevance | path

Searched refs:MAX_3MBPS_AVDTP_MTU (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_encoding_aidl.cc287 if (peer_mtu > MAX_3MBPS_AVDTP_MTU) { in a2dp_get_peer_mtu()
288 peer_mtu = MAX_3MBPS_AVDTP_MTU; in a2dp_get_peer_mtu()
359 } else if (codec_config->peerMtu > MAX_3MBPS_AVDTP_MTU) { in a2dp_get_selected_hal_codec_config()
360 codec_config->peerMtu = MAX_3MBPS_AVDTP_MTU; in a2dp_get_selected_hal_codec_config()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Da2dp_encoding_hidl.cc304 } else if (codec_config->peerMtu > MAX_3MBPS_AVDTP_MTU) { in a2dp_get_selected_hal_codec_config()
305 codec_config->peerMtu = MAX_3MBPS_AVDTP_MTU; in a2dp_get_selected_hal_codec_config()
/packages/modules/Bluetooth/system/stack/include/
Davdt_api.h103 #define MAX_3MBPS_AVDTP_MTU 1005 // 3DH5 MTU=1021, -12 for AVDTP, -4 for L2CAP macro
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_aact.cc3153 if (mtu > MAX_3MBPS_AVDTP_MTU) { in bta_av_vendor_offload_start_v2()
3154 mtu = MAX_3MBPS_AVDTP_MTU; in bta_av_vendor_offload_start_v2()
3374 if (mtu > MAX_3MBPS_AVDTP_MTU) mtu = MAX_3MBPS_AVDTP_MTU; in bta_av_offload_codec_builder()
Dbta_av_main.cc614 avdtp_stream_config.mtu = MAX_3MBPS_AVDTP_MTU; in bta_av_api_register()