Searched refs:HandleDiscoveryRequest (Results 1 – 5 of 5) sorted by relevance
304 static void HandleDiscoveryRequest(const otThreadDiscoveryRequestInfo *aInfo, void *aContext);305 void HandleDiscoveryRequest(const otThreadDiscoveryRequestInfo &aInfo);
2761 callback = &Interpreter::HandleDiscoveryRequest; in Process()7801 void Interpreter::HandleDiscoveryRequest(const otThreadDiscoveryRequestInfo *aInfo, void *aContext) in HandleDiscoveryRequest() function in ot::Cli::Interpreter7803 static_cast<Interpreter *>(aContext)->HandleDiscoveryRequest(*aInfo); in HandleDiscoveryRequest()7806 void Interpreter::HandleDiscoveryRequest(const otThreadDiscoveryRequestInfo &aInfo) in HandleDiscoveryRequest() function in ot::Cli::Interpreter
616 void HandleDiscoveryRequest(RxInfo &aRxInfo);
2724 void MleRouter::HandleDiscoveryRequest(RxInfo &aRxInfo) in HandleDiscoveryRequest() function in ot::Mle::MleRouter
2381 Get<MleRouter>().HandleDiscoveryRequest(rxInfo); in HandleUdpReceive()