Skip to content

Commit 0cbd875

Browse files
committed
rename
1 parent 6a2549e commit 0cbd875

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ShimmerDriver/src/main/java/com/shimmerresearch/driver/ShimmerDevice.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2078,7 +2078,7 @@ public boolean isSupportedSdLogSync() {
20782078
return false;
20792079
}
20802080

2081-
public boolean isSupportedBtBleControl() {
2081+
public boolean isFWSupportedBtBleControl() {
20822082
if(getFirmwareIdentifier()==ShimmerVerDetails.FW_ID.LOGANDSTREAM
20832083
&& mShimmerVerObject.compareVersions(HW_ID.SHIMMER_3, FW_ID.LOGANDSTREAM, 1, 0, 4)){
20842084
return true;

0 commit comments

Comments
 (0)