Searched refs:_is_matching_command_status (Results 1 – 1 of 1) sorted by relevance
61 return lambda msg: HciMatchers._is_matching_command_status(msg.payload, opcode)68 def _is_matching_command_status(packet_bytes, opcode=None): member in HciMatchers