Lines Matching refs:logging

17 import logging
89 logging.info("Cert: Init")
109logging.info("Cert: Creating bond to '%s' from '%s'" % (str(address), str(self._device.address)))
123logging.info("Cert: setting IO Capabilities data to '%s'" % self._io_capabilities_name_lookup.get(
131logging.info("Cert: setting Authentication Requirements data to '%s'" % self._auth_reqs_name_looku…
146 logging.warn("No data present, no need to call get_oob_data")
150 logging.info("Cert: Requesting OOB data")
154 logging.info("Cert: Requesting P192 Data; secure connections")
157 logging.info("Cert: Waiting for OOB response from controller")
165 logging.info("Cert: Requesting P192 Data; no secure connections")
168 logging.info("Cert: Waiting for OOB response from controller")
177 logging.info("Cert: Requesting P256 Extended Data; secure connections")
180 logging.info("Cert: Waiting for OOB response from controller")
188 logging.info("Cert: Requesting P192 AND P256 Extended Data; secure connections")
191 logging.info("Cert: Waiting for OOB response from controller")
202 logging.info("Cert: Waiting for PASSKEY request")
204 logging.info("Cert: Send user input passkey %d for %s" % (passkey, address))
243 logging.info("Cert: Waiting for PIN request")
245 logging.info("Cert: Send user input PIN %s for %s" % (pin.decode(), address))
257 logging.info("Cert: Send user input callback uid:%d; response: %s" % (uid, b))
264 logging.info("Cert: Sending WRITE_SIMPLE_PAIRING_MODE [True]")
266 logging.info("Cert: Waiting for controller response")
274 logging.info("Cert: Sending WRITE_SECURE_CONNECTIONS_HOST_SUPPORT [True]")
277 logging.info("Cert: Waiting for controller response")
284 logging.info("Cert: Waiting for IO_CAPABILITY_REQUEST")
286 logging.info("Cert: Sending IO_CAPABILITY_REQUEST_REPLY")
296 logging.info("Cert: Waiting for LINK_KEY_REQUEST")
298 logging.info("Cert: Sending LINK_KEY_REQUEST_NEGATIVE_REPLY")
301 logging.info("Cert: Waiting for USER_CONFIRMATION_REQUEST")
303 logging.info("Cert: Sending Simulated User Response '%s'" % reply_boolean)
305 logging.info("Cert: Sending USER_CONFIRMATION_REQUEST_REPLY")
307 logging.info("Cert: Waiting for SIMPLE_PAIRING_COMPLETE")
309 logging.info("Cert: Waiting for LINK_KEY_NOTIFICATION")
312 logging.info("Cert: Sending USER_CONFIRMATION_REQUEST_NEGATIVE_REPLY")
315 logging.info("Cert: Waiting for SIMPLE_PAIRING_COMPLETE")
319 logging.info("Cert: Waiting for IO_CAPABILITY_RESPONSE")
322 logging.info("Cert: Waiting for SIMPLE_PAIRING_COMPLETE")
326 logging.info(ssp_complete.GetStatus())
360 logging.info("Cert: Waiting for DISCONNECT_COMPLETE")