在Peripheral中有
attDeviceName[GAP_DEVICE_NAME_LEN] = "Simple BLE Peripheral" ....
// Set the GAP Characteristics
GGS_SetParameter( GGS_DEVICE_NAME_ATT, GAP_DEVICE_NAME_LEN, attDeviceName );
当用手机的LightBlue软件搜索时可以显示出“Simple BLE Peripheral”
但我在Central中不知道在哪里得到这个信息?