Searched refs:MinInterval (Results 1 – 2 of 2) sorted by relevance
| /edtt-latest/src/components/ |
| D | basic_commands.py | 1170 def le_set_advertising_parameters(transport, idx, MinInterval, MaxInterval, paramType, OwnAddrType,… argument 1172 …DVERTISING_PARAMETERS_REQ, 17, HCICommands.BT_HCI_OP_LE_SET_ADV_PARAM, MinInterval, MaxInterval, p… 2545 def le_set_periodic_advertising_parameters(transport, idx, handle, MinInterval, MaxInterval, props,… argument 2547 …PARAMETERS_REQ, 9, HCICommands.BT_HCI_OP_LE_SET_PER_ADV_PARAM, handle, MinInterval, MaxInterval, p…
|
| /edtt-latest/src/tests/ |
| D | hci_verification.py | 99 handle, MinInterval, MaxInterval, props = 0, 0, 0, 0; 101 …status = le_set_periodic_advertising_parameters(transport, idx, handle, MinInterval, MaxInterval, …
|