Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/l2cap/le/
H A Ddynamic_channel.cc27 Mtu DynamicChannel::GetMtu() const { in GetMtu() function in bluetooth::l2cap::le::DynamicChannel
H A Ddynamic_channel.h46 Mtu GetMtu() const;
/aosp12/system/bt/gd/l2cap/le/internal/
H A Dsignalling_manager.cc407 connection_request_view.GetSourceCid(), connection_request_view.GetMtu(), in on_incoming_packet()
418 connection_response_view.GetMtu(), connection_response_view.GetMps(), in on_incoming_packet()
/aosp12/system/bt/gd/l2cap/le/cert/
H A Dcert_le_l2cap.py156 mtu = request.GetMtu()
/aosp12/system/bt/main/shim/
H A Dl2c_api.cc1443 uint16_t GetMtu(uint16_t cid_token) { in GetMtu() function
1447 return static_cast<uint16_t>(channels_[cid_token]->GetMtu()); in GetMtu()
1548 auto mtu = le_dynamic_channel_helper_map_[psm]->GetMtu(cid); in L2CA_GetPeerLECocConfig()