Home
last modified time | relevance | path

Searched refs:props (Results 1 – 2 of 2) sorted by relevance

/edtt-2.7.6/src/tests/
Dhci_verification.py53 handle, props, PrimChannelMap, OwnAddrType, PeerAddrType = 0, 0, 0, 0, 0;
59 …status = le_set_extended_advertising_parameters(transport, idx, handle, props, PrimMinInterval, Pr…
98 handle, MinInterval, MaxInterval, props = 0, 0, 0, 0;
100 …_set_periodic_advertising_parameters(transport, idx, handle, MinInterval, MaxInterval, props, 100);
/edtt-2.7.6/src/components/
Dbasic_commands.py2172 def le_set_extended_advertising_parameters(transport, idx, handle, props, PrimMinInterval, PrimMaxI… argument
2174 …G_PARAMETERS_REQ, 27, HCICommands.BT_HCI_OP_LE_SET_EXT_ADV_PARAM, handle, props, *PrimMinInterval);
2382 def le_set_periodic_advertising_parameters(transport, idx, handle, MinInterval, MaxInterval, props,… argument
2384 …ETERS_REQ, 9, HCICommands.BT_HCI_OP_LE_SET_PER_ADV_PARAM, handle, MinInterval, MaxInterval, props);