Skip to content

Commit 91c03b9

Browse files
committed
Fix delivering notification level change in ImmediateAlertClient.
1 parent 6bb63a8 commit 91c03b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ble/ImmediateAlertClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ void ImmediateAlertClient::sendImmediateAlert(ImmediateAlertClient::Levels level
108108
return;
109109
}
110110

111-
ble_gattc_notify_custom(connectionHandle, alertLevelHandle, om);
111+
ble_gattc_write_no_rsp(connectionHandle, alertLevelHandle, om);
112112

113113
}

0 commit comments

Comments
 (0)