Home
last modified time | relevance | path

Searched refs:total_num_iso_data_packets (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dcontroller_properties.h126 uint8_t total_num_iso_data_packets{12};
Dcontroller_properties.cc1707 total_num_iso_data_packets = 5;
Ddual_mode_controller.cc1768 iso_buffer_size.total_num_le_packets_ = properties_.total_num_iso_data_packets; in LeReadBufferSizeV2()
/packages/modules/Bluetooth/offload/leaudio/hci/
Dtests.rs87 total_num_iso_data_packets: 2, in cig()
300 total_num_iso_data_packets: 2, in big()
496 total_num_iso_data_packets: 2, in merge()
Dproxy.rs247 ret.total_num_iso_data_packets.into(), in in_evt()
/packages/modules/Bluetooth/offload/hci/
Dcommand.rs230 pub total_num_iso_data_packets: u8, field
242 assert_eq!(p.total_num_iso_data_packets, 24); in test_le_read_buffer_size_v2_complete()