Searched refs:l2cap_get_remote_mtu_for_local_cid (Results 1 – 7 of 7) sorted by relevance
205 uint32_t buffer_size = l2cap_get_remote_mtu_for_local_cid(stream_endpoint->l2cap_media_cid); in avdtp_source_stream_send_media_payload_rtp()261 …return l2cap_get_remote_mtu_for_local_cid(stream_endpoint->l2cap_media_cid) - AVDTP_MEDIA_PAYLOAD_… in avdtp_max_media_payload_size()
557 remote_mtu = l2cap_get_remote_mtu_for_local_cid(channel); in sdp_packet_handler()
505 int mtu = l2cap_get_remote_mtu_for_local_cid(cid); in avdtp_signaling_create_fragment()
59 extern "C" uint16_t l2cap_get_remote_mtu_for_local_cid(uint16_t local_cid){ in l2cap_get_remote_mtu_for_local_cid() function
517 uint16_t l2cap_get_remote_mtu_for_local_cid(uint16_t local_cid);
1371 uint16_t l2cap_get_remote_mtu_for_local_cid(uint16_t local_cid){ in l2cap_get_remote_mtu_for_local_cid() function
147 - L2CAP: make l2cap_get_remote_mtu_for_local_cid available to LE-only builds