Home
last modified time | relevance | path

Searched refs:cis_sync_delay (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/test/LL/CIS/CEN/
DBV_10_C.py153 cis_sync_delay=self.Any,
160 cis_sync_delay=cis_ind_1.cis_sync_delay,
209 cis_sync_delay=self.Any,
216 cis_sync_delay=cis_ind_2.cis_sync_delay,
DBV_26_C.py142 cis_sync_delay=self.Any,
152 cis_sync_delay=cis_ind.cis_sync_delay,
313 cis_sync_delay=self.Any,
324 cis_sync_delay=cis_ind.cis_sync_delay,
DBV_01_C.py155 cis_sync_delay=self.Any,
171 cis_sync_delay=cis_ind.cis_sync_delay,
/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/
Diso.rs121 cis_sync_delay: microseconds, field
170 cis_sync_delay: cig_config.iso_interval as u32 * 1250, in new()
1234 cis_sync_delay: 0, in ll_cis_req()
1282 cis_sync_delay: parameters.cis_sync_delay, in ll_cis_rsp()
1290 cis_sync_delay: parameters.cis_sync_delay, in ll_cis_rsp()
1330 cis_sync_delay: 0, in ll_reject_ext_ind()
1363 parameters.cis_sync_delay = packet.get_cis_sync_delay(); in ll_cis_ind()
1371 cis_sync_delay: parameters.cis_sync_delay, in ll_cis_ind()
/packages/modules/Bluetooth/tools/rootcanal/test/LL/CIS/PER/
DBV_01_C.py134 cis_sync_delay=self.CIS_Sync_Delay,
144 cis_sync_delay=self.CIS_Sync_Delay,
/packages/modules/Bluetooth/system/stack/include/
Dbtm_iso_api_types.h113 uint32_t cis_sync_delay; member
/packages/modules/Bluetooth/tools/rootcanal/rust/
Dllcp_packets.pdl268 cis_sync_delay: 24,
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso_impl.h606 STREAM_TO_UINT24(evt.cis_sync_delay, data); in process_cis_est_pkt()
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl5394 cis_sync_delay : 24,
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl6621 cis_sync_delay : 24,
/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine_test.cc541 evt.cis_sync_delay = 0; in ConfigureIsoManagerMock()