static isGetHandShakeCmd(List<int> data) { return data[0] == elinkSendBleStart && data[2] == elinkGetHandShake; }