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