Added BLE_StopAdvertising().

This commit is contained in:
Joe Kearney 2025-05-24 16:53:40 -05:00
parent cb72042691
commit 6382526391
4 changed files with 15 additions and 3 deletions

View file

@ -304,6 +304,11 @@ void BLE_RespondToConfigurationPacket(const BLE_ParametersPacket_T *const packet
{
KLOG_ERROR(KLOG_TAG, "Error responding to configuration packet!");
}
if (BLE_ScanAndAdvertise() != SYSTEMK_RESULT_SUCCESS)
{
KLOG_ERROR(KLOG_TAG, "Couldn't scan and advertise!");
}
}
void BLE_UpdateHelloPacket()