def accept(self): clientfd, addr, port = bt.accept(self._sockfd) client = BluetoothSocket(self._proto, sockfd=clientfd) return client, (addr, port)
def accept (self): clientfd, addr, port = bt.accept (self._sockfd) client = BluetoothSocket (self._proto, sockfd=clientfd) return client, (addr, port)