Searched refs:actual_mtu (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
D | signalling_manager.cc | 263 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/ |
D | l2cap_packets.pdl | 227 actual_mtu : 16, 526 actual_mtu : 16,
|
/packages/modules/Bluetooth/system/pdl/l2cap/ |
D | l2cap_packets.pdl | 263 actual_mtu : 16, 629 actual_mtu : 16,
|