show the last 2 byte of mac in device name

This commit is contained in:
Shuanglei Tao
2024-11-12 13:02:10 +08:00
parent 4c237b88b1
commit 378ba51003
2 changed files with 25 additions and 27 deletions

View File

@@ -19,7 +19,7 @@
#include <stdbool.h>
#include "DEV_Config.h"
#define BLE_EPD_MAX_DATA_LEN (GATT_MTU_SIZE_DEFAULT - 3) /**< Maximum length of data (in bytes) that can be transmitted to the peer by the Nordic UART service module. */
#define BLE_EPD_MAX_DATA_LEN (GATT_MTU_SIZE_DEFAULT - 3) /**< Maximum length of data (in bytes) that can be transmitted to the peer. */
enum EPD_CMDS
{