Home
last modified time | relevance | path

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

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