当执行完 void simpleBLECentralStartDiscovery( void ) 之后,
BLE会从Slave那里得到数据,并执行 static void simpleBLEGATTDiscoveryEvent( gattMsgEvent_t *pMsg )。
Code现在可以进入simpleBLEGATTDiscoveryEvent()中,但是读取不到 simpleBLESvcStartHdl and simpleBLESvcEndHdl。
原因就是 pMsg->msg.findByTypeValueRsp.numInfo = 0
请问为什么会出现这种情况?