Searched refs:FeatureSupport (Results 1 – 3 of 3) sorted by relevance
| /edtt-latest/src/tests/ |
| D | test_utils.py | 648 status = le_set_host_feature(transport, device, FeatureSupport.ISOCHRONOUS_CHANNELS, value, 100)
|
| D | ll_verification.py | 7184 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/ |
| D | basic_commands.py | 479 class FeatureSupport(IntEnum): class
|