Searched refs:MAX_2MBPS_AVDTP_MTU (Results 1 – 5 of 5) sorted by relevance
238 if (peer_mtu > MAX_2MBPS_AVDTP_MTU) { in a2dp_aac_encoder_update()240 peer_mtu, MAX_2MBPS_AVDTP_MTU); in a2dp_aac_encoder_update()241 peer_mtu = MAX_2MBPS_AVDTP_MTU; in a2dp_aac_encoder_update()
761 if (effective_mtu_size > MAX_2MBPS_AVDTP_MTU) { in calculate_max_frames_per_packet()763 MAX_2MBPS_AVDTP_MTU); in calculate_max_frames_per_packet()764 effective_mtu_size = MAX_2MBPS_AVDTP_MTU; in calculate_max_frames_per_packet()
105 #define MAX_2MBPS_AVDTP_MTU 663 // 2DH5 MTU=679, -12 for AVDTP, -4 for L2CAP macro
289 codec_config->peerMtu = MAX_2MBPS_AVDTP_MTU; in a2dp_get_selected_hal_codec_config()
3168 mtu = MAX_2MBPS_AVDTP_MTU; in bta_av_offload_codec_builder()