Home
last modified time | relevance | path

Searched defs:max_pdu_c_to_p (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/
Diso.rs94 max_pdu_c_to_p: Option<u16>, field
129 max_pdu_c_to_p: u16, field
149 let max_pdu_c_to_p = cis_config.max_pdu_c_to_p.unwrap_or(251); in new() localVariable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dtest_packets.cc512 uint16_t max_pdu_c_to_p, in LECisEstablishedEventPacket()