diff --git a/src/command/handlers/cmd_device.c b/src/command/handlers/cmd_device.c index 279d613..5999937 100644 --- a/src/command/handlers/cmd_device.c +++ b/src/command/handlers/cmd_device.c @@ -14,6 +14,7 @@ #include "debug_print.h" #include "ble_service.h" #include "cmd_device.h" +#include "led_control.h" /* * msq: power off @@ -81,8 +82,10 @@ int cmd_msr(const uint8_t *data, uint8_t data_len) } else { + led_set_state(LED_STATE_BOND_DELETE); // 삭제 완료 확인 주황 LED ON bond_data_delete = true; DBG_PRINTF("[CMD] msr bond data deleted\r\n"); + k_msleep(1500); } #else bond_data_delete = true;