Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need some help. In the S130 binding for python's def main code, procedurally speaking, there seems to be no visible way that an event to ble_event parameter in the def ble_evt_handler gets passed into it.
The same is true for def log_message_handler is the same way. It has two parameters in the function but when called there aren't any. Again I don't know the particular quirks of python to understand why this is.
See title.