Searched refs:LE_2M (Results 1 – 2 of 2) sorted by relevance
/edtt-latest/src/tests/ |
D | ll_verification.py | 37 …LE_2M = 1 # 1 ~ The Host prefers to use the LE 2M transmitter PHY (possibly a… variable in PreferredPhysicalChannel 639 AllPhys, TxPhys, RxPhys = 0, PreferredPhysicalChannel.LE_2M, PreferredPhysicalChannel.LE_2M; 668 SecAdvPhy = PhysicalChannel.LE_2M; 1587 …o_ll_ddi_adv_bv_47_49_c(transport, upperTester, lowerTester, trace, packets, PhysicalChannel.LE_2M) 1593 …o_ll_ddi_adv_bv_45_52_c(transport, upperTester, lowerTester, trace, packets, PhysicalChannel.LE_2M) 2511 success = success and packet.phy == ('2M' if phy == PhysicalChannel.LE_2M else '1M') 2613 … success = success and packet.phy == ('2M' if phy == PhysicalChannel.LE_2M else '1M') 2930 …o_ll_con_adv_bv_05_12_c(transport, upperTester, lowerTester, trace, packets, PhysicalChannel.LE_2M) 3022 success = success and packet.phy == ('2M' if phy == PhysicalChannel.LE_2M else '1M') 3121 …o_ll_con_adv_bv_14_15_c(transport, upperTester, lowerTester, trace, packets, PhysicalChannel.LE_2M) [all …]
|
/edtt-latest/src/components/ |
D | basic_commands.py | 446 LE_2M = 2 variable in PhysicalChannel
|