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.

observer如何显示所有收到的广播信息



我用开板来做,observer,收到了广播信息,只显示了addr(0x88.........),我想显示剩下的全部信息,不知道怎么找,

 

看到了simpleBLEDevList[simpleBLEScanIdx].addr,除了addr,其它的东西,找不出来,gapDevRec的定义找不到,

// Scan result list
static gapDevRec_t simpleBLEDevList[DEFAULT_MAX_SCAN_RES];