Searched refs:CisCount (Results 1 – 1 of 1) sorted by relevance
/edtt-2.7.6/src/components/ |
D | basic_commands.py | 3227 …Framing, MaxTransportLatencyMToS, MaxTransportLatencySToM, CisCount, CisId, MaxSduMToS, MaxSduSToM, argument 3230 cCB = str(CisCount) + 'B' 3231 cCH = str(CisCount) + 'H' 3234 …Commands.CMD_LE_SET_CIG_PARAMETERS_REQ, 17 + (5 * CisCount * 1) + (2 * CisCount * 2), HCICommands.… 3236 …Framing, MaxTransportLatencyMToS, MaxTransportLatencySToM, CisCount, *CisId, *MaxSduMToS, *MaxSduS… 3240 rcvLen = 7 + (CisCount * 2) 3251 if ( RespLen != 3 + (CisCount * 2) ): 3262 … Packing, Framing, CisCount, CisId, Nse, MaxSduMToS, MaxSduSToM, MaxPduMToS, MaxPduSToM, argument 3265 cCB = str(CisCount) + 'B' 3266 cCH = str(CisCount) + 'H' [all …]
|