Skip to content

Commit c0d5dca

Browse files
committed
Fix delivering notification level change in ImmediateAlertClient.
1 parent f2dc640 commit c0d5dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ble/ImmediateAlertClient.cpp

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

112-
ble_gattc_notify_custom(connectionHandle, alertLevelHandle, om);
112+
ble_gattc_write_no_rsp(connectionHandle, alertLevelHandle, om);
113113

114114
}

0 commit comments

Comments
 (0)