Searched refs:max_transport_latency (Results 1 – 7 of 7) sorted by relevance
/external/python/bumble/bumble/profiles/ |
D | ascs.py | 175 max_transport_latency: List[int] 299 max_transport_latency = 0 variable in AseStateMachine 394 self.max_transport_latency = target_latency 417 max_transport_latency: int, 436 self.max_transport_latency = max_transport_latency 570 self.max_transport_latency, 680 operation.max_transport_latency,
|
/external/python/bumble/examples/ |
D | run_cig_setup.py | 76 max_transport_latency=(100, 5),
|
/external/python/bumble/tests/ |
D | bap_test.py | 140 max_transport_latency=[8, 9], 328 max_transport_latency=[8, 9],
|
D | device_test.py | 464 max_transport_latency=(0, 0), 506 max_transport_latency=(0, 0),
|
/external/python/bumble/bumble/ |
D | device.py | 4004 max_transport_latency: Tuple[int, int], 4031 max_transport_latency_c_to_p=max_transport_latency[0], 4032 max_transport_latency_p_to_c=max_transport_latency[1],
|
D | hci.py | 4859 max_transport_latency: int
|
/external/python/bumble/rust/src/internal/hci/ |
D | packets.pdl | 4468 max_transport_latency : 16,
|