Home
last modified time | relevance | path

Searched refs:actual_mtu (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dsignalling_manager.cc263 auto actual_mtu = std::min(request.mtu, local_mtu); in on_security_result_for_incoming() local
264 data_controller->SetMtu(actual_mtu); in on_security_result_for_incoming()
267 auto user_channel = std::make_unique<DynamicChannel>(new_channel, handler_, link_, actual_mtu); in on_security_result_for_incoming()
300 auto actual_mtu = std::min(mtu, command_just_sent_.mtu_); in OnConnectionResponse() local
301 data_controller->SetMtu(actual_mtu); in OnConnectionResponse()
305 std::make_unique<DynamicChannel>(new_channel, handler_, link_, actual_mtu); in OnConnectionResponse()
/packages/modules/Bluetooth/floss/hcidoc/packets/
Dl2cap_packets.pdl227 actual_mtu : 16,
526 actual_mtu : 16,
/packages/modules/Bluetooth/system/pdl/l2cap/
Dl2cap_packets.pdl263 actual_mtu : 16,
629 actual_mtu : 16,