This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

attDeviceName[GAP_DEVICE_NAME_LEN] = "Simple BLE Peripheral" ,如何在MASTER设备中显示



在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中不知道在哪里得到这个信息?