Home
last modified time | relevance | path

Searched refs:FeatureSupport (Results 1 – 3 of 3) sorted by relevance

/edtt-latest/src/tests/
Dtest_utils.py648 status = le_set_host_feature(transport, device, FeatureSupport.ISOCHRONOUS_CHANNELS, value, 100)
Dll_verification.py7184 status = le_set_host_feature(transport, central, FeatureSupport.ISOCHRONOUS_CHANNELS, 1, 100)
7187 status = le_set_host_feature(transport, peripheral, FeatureSupport.ISOCHRONOUS_CHANNELS, 1, 100)
8752 …status = le_set_host_feature(transport, upper_tester, FeatureSupport.ISOCHRONOUS_BROADCASTER, 0b1,…
8764 …status = le_set_host_feature(transport, upper_tester, FeatureSupport.ISOCHRONOUS_CHANNELS, 0b1, 10…
8784 …status = le_set_host_feature(transport, upper_tester, FeatureSupport.ISOCHRONOUS_CHANNELS, bit_val…
/edtt-latest/src/components/
Dbasic_commands.py479 class FeatureSupport(IntEnum): class