Skip to content

Commit 15daf4c

Browse files
committed
Fix delivering notification level change in ImmediateAlertClient.
1 parent 4aef5a9 commit 15daf4c

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)