}
public void initNewGameMessaging() {
try {
// send bid message over SNEP
proto = new GameProtocol(this);
my_bid = new ProtocolMessageMasterBid();
proto.sendMasterBid(my_bid);
proto.listenForMessages();
} catch(NFCException e) {
Utilities.log("XXXX StartGameScreen:" + e.getClass().getName() + ":" + e.getMessage());