Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public static enum BT_MODULE_VERSION {

VELA_IF820_V01_04_12_12("CYW20820 app=v01.04.12.12", "CYW20820 app=v01.04.12.12", "IF820 v01.04.12.12"),
VELA_IF820_V01_04_16_16("CYW20820 app=v01.04.16.16", "CYW20820 app=v01.04.16.16", "IF820 v01.04.16.16"),
VELA_IF820_V01_04_18_18("CYW20820 app=v01.04.18.18", "CYW20820 app=v01.04.18.18", "IF820 v01.04.18.18"),

UNKNOWN("Unknown", "Unknown", "Unknown");

Expand Down Expand Up @@ -97,6 +98,7 @@ public boolean isBtModuleVersionRn4678() {

public boolean isBtModuleVersionVelaIf820() {
return mBtModuleVersionParsed == BT_MODULE_VERSION.VELA_IF820_V01_04_12_12
|| mBtModuleVersionParsed == BT_MODULE_VERSION.VELA_IF820_V01_04_16_16;
|| mBtModuleVersionParsed == BT_MODULE_VERSION.VELA_IF820_V01_04_16_16
|| mBtModuleVersionParsed == BT_MODULE_VERSION.VELA_IF820_V01_04_18_18;
}
Comment thread
marknolan marked this conversation as resolved.
}
Loading