Searched refs:effective_mtu_size (Results 1 – 1 of 1) sorted by relevance
2542 UINT16 effective_mtu_size = btif_media_cb.TxAaMtuSize; in calculate_max_frames_per_packet() local2552 if (effective_mtu_size > MAX_2MBPS_AVDTP_MTU) { in calculate_max_frames_per_packet()2555 effective_mtu_size = MAX_2MBPS_AVDTP_MTU; in calculate_max_frames_per_packet()2556 btif_media_cb.TxAaMtuSize = effective_mtu_size; in calculate_max_frames_per_packet()2579 __func__, effective_mtu_size); in calculate_max_frames_per_packet()2588 result = (effective_mtu_size - A2DP_HDR_SIZE) / frame_len; in calculate_max_frames_per_packet()2598 result = (effective_mtu_size - A2DP_HDR_SIZE) / frame_len; in calculate_max_frames_per_packet()