Searched refs:do_handshake (Results 1 – 4 of 4) sorted by relevance
68 async def do_handshake(self, timeout=30.0): member in BleStreamSecure82 self.ssl_object.do_handshake()
149 static int do_handshake(mbedtls_ssl_context *ssl) in do_handshake() function605 if (do_handshake(&ssl) != 0) { in main()668 if (do_handshake(&ssl) != 0) { in main()
90 await ble_sstream.do_handshake()
381 if await ble_sstream.do_handshake():