@zzw 去错地方了 哈哈 我是这里改的 你自己改掉 让系统调用
static uint8_t scan_rsp_data[] =
{
// complete name 设备名字
0x09, // length of this datascan_rsp_data
GAP_ADVTYPE_LOCAL_NAME_COMPLETE,
'M','L','-','2','0','0','1','A',
// Tx power level 发射功率
0x02, // length of this data
GAP_ADVTYPE_POWER_LEVEL,
3, // 3dBm
};