CH32V208 GAPRole_GetParameter 无法获取设备名称

static uint8_t attDeviceName[GAP_DEVICE_NAME_LEN] = "Simple Peripheral";


GGS_SetParameter(GGS_DEVICE_NAME_ATT, sizeof(attDeviceName), attDeviceName);


tmos_memset(attDeviceName, 0, sizeof(attDeviceName));

GAPRole_GetParameter(GGS_DEVICE_NAME_ATT, attDeviceName);

PRINT("device name:%s,%02x,%02x\n",(char*)attDeviceName,attDeviceName[0],attDeviceName[1]);



image.png


这样无法获取设备名称,请问该如何处理?

您好,如果是想要获取上述程序设置的蓝牙名称,应该用此函数来获取:

GGS_GetParameter



收到,已解决,感谢


只有登录才能回复,可以选择微信账号登录