Searched refs:max_transport_latency_p_to_c (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/ |
D | iso.rs | 421 let max_transport_latency_p_to_c: u16 = packet.get_max_transport_latency_p_to_c(); in hci_le_set_cig_parameters() localVariable 538 || (configures_p_to_c && !(0x5..=0xfa0).contains(&max_transport_latency_p_to_c)) in hci_le_set_cig_parameters() 542 max_transport_latency_c_to_p, max_transport_latency_p_to_c in hci_le_set_cig_parameters() 553 max_transport_latency_p_to_c as u32 * 1000, in hci_le_set_cig_parameters() 1422 max_transport_latency_p_to_c: microseconds, in iso_interval() 1448 || min_transport_latency_p_to_c <= max_transport_latency_p_to_c)) in iso_interval()
|
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CIS/CEN/ |
D | BV_26_C.py | 68 max_transport_latency_p_to_c=self.Max_Transport_Latency_P_TO_C, 244 max_transport_latency_p_to_c=self.Max_Transport_Latency_P_TO_C,
|
/packages/modules/Bluetooth/offload/hci/ |
D | command.rs | 262 pub max_transport_latency_p_to_c: u16, field 292 assert_eq!(c.max_transport_latency_p_to_c, 5); in test_le_set_cig_parameters()
|
/packages/modules/Bluetooth/offload/leaudio/hci/ |
D | tests.rs | 103 max_transport_latency_p_to_c: 0, in cig() 512 max_transport_latency_p_to_c: 0, in merge()
|
/packages/modules/Bluetooth/tools/rootcanal/packets/ |
D | hci_packets.pdl | 4542 max_transport_latency_p_to_c : 16,
|