Home
last modified time | relevance | path

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

/edtt-2.7.6/src/components/
Dbasic_commands.py3226 def le_set_cig_parameters(transport, idx, CigId, SduIntervalMToS, SduIntervalSToM, SlavesClockAccur… argument
3235CigId, *toArray(SduIntervalMToS, 3), *toArray(SduIntervalSToM, 3), SlavesClockAccuracy, Packing,
3261 def le_set_cig_parameters_test(transport, idx, CigId, SduIntervalMToS, SduIntervalSToM, FtMToS, FtS… argument
3270CigId, *toArray(SduIntervalMToS, 3), *toArray(SduIntervalSToM, 3), FtMToS, FtSToM, IsoInterval, Sl…
3322 def le_remove_cig(transport, idx, CigId, to): argument
3324 …struct.pack('<HHHB', Commands.CMD_LE_REMOVE_CIG_REQ, 3, HCICommands.BT_HCI_OP_LE_REMOVE_CIG, CigId)