Home
last modified time | relevance | path

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

/edtt-latest/src/components/
Devents.py520 def __checkChannelAlgorithm(self, algorithm): argument
521 if not (0 <= algorithm <= 1):
1244 handle, algorithm = struct.unpack('<HB', self.data[1:4]);
1246 self.__checkChannelAlgorithm(algorithm);
1248 handle = algorithm = 0;
1249 return handle, algorithm;
/edtt-latest/src/tests/
Dll_verification.py2567 handle, algorithm = event.decode()
2568 success = success and algorithm == 0x01 # LE Channel Selection Algorithm #2
2761 handle, algorithm = event.decode()
2762 success = success and algorithm == 0x01 # LE Channel Selection Algorithm #2
3063 handle, algorithm = event.decode()
3064 success = success and algorithm == 0x01 # LE Channel Selection Algorithm #2