Lines Matching refs:interface
224 service->interface.OnEventDeviceFound = P2pCallbackDeviceFound;
225 service->interface.OnEventDeviceLost = P2pCallbackDeviceLost;
226 service->interface.OnEventGoNegotiationRequest = P2pCallbackGoNegotiationRequest;
227 service->interface.OnEventGoNegotiationCompleted = P2pCallbackGoNegotiationCompleted;
228 service->interface.OnEventInvitationReceived = P2pCallbackInvitationReceived;
229 service->interface.OnEventInvitationResult = P2pCallbackInvitationResult;
230 service->interface.OnEventGroupFormationSuccess = P2pCallbackGroupFormationSuccess;
231 service->interface.OnEventGroupFormationFailure = P2pCallbackGroupFormationFailure;
232 service->interface.OnEventGroupStarted = P2pCallbackGroupStarted;
233 service->interface.OnEventGroupRemoved = P2pCallbackGroupRemoved;
234 service->interface.OnEventProvisionDiscoveryCompleted = P2pCallbackProvisionDiscoveryCompleted;
235 service->interface.OnEventFindStopped = P2pCallbackFindStopped;
236 service->interface.OnEventServDiscReq = P2pCallbackServDiscReq;
237 service->interface.OnEventServDiscResp = P2pCallbackServDiscResp;
238 service->interface.OnEventStaConnectState = P2pCallbackStaConnectState;
239 service->interface.OnEventIfaceCreated = P2pCallbackIfaceCreated;
240 return &service->interface;