Lines Matching refs:status

28    * Each method will receive a notify callback to return results (on success) or failure status.
36 * @param status WifiNanStatus of the operation. Possible status codes are:
40 oneway notifyCapabilitiesResponse(CommandIdShort id, WifiNanStatus status,
47 * @param status WifiNanStatus of the operation. Possible status codes are:
55 oneway notifyEnableResponse(CommandIdShort id, WifiNanStatus status);
61 * @param status WifiNanStatus of the operation. Possible status codes are:
67 oneway notifyConfigResponse(CommandIdShort id, WifiNanStatus status);
73 * @param status WifiNanStatus of the operation. Possible status codes are:
77 oneway notifyDisableResponse(CommandIdShort id, WifiNanStatus status);
80 * Asynchronous callback invoked to notify the status of the start publish request
84 * @param status WifiNanStatus of the operation. Possible status codes are:
92 oneway notifyStartPublishResponse(CommandIdShort id, WifiNanStatus status, uint8_t sessionId);
99 * @param status WifiNanStatus of the operation. Possible status codes are:
104 oneway notifyStopPublishResponse(CommandIdShort id, WifiNanStatus status);
107 * Asynchronous callback invoked to notify the status of the start subscribe request
111 * @param status WifiNanStatus of the operation. Possible status codes are:
119 oneway notifyStartSubscribeResponse(CommandIdShort id, WifiNanStatus status, uint8_t sessionId);
126 * @param status WifiNanStatus of the operation. Possible status codes are:
131 oneway notifyStopSubscribeResponse(CommandIdShort id, WifiNanStatus status);
138 * @param status WifiNanStatus of the operation. Possible status codes are:
146 oneway notifyTransmitFollowupResponse(CommandIdShort id, WifiNanStatus status);
153 * @param status WifiNanStatus of the operation. Possible status codes are:
158 oneway notifyCreateDataInterfaceResponse(CommandIdShort id, WifiNanStatus status);
165 * @param status WifiNanStatus of the operation. Possible status codes are:
170 oneway notifyDeleteDataInterfaceResponse(CommandIdShort id, WifiNanStatus status);
177 * @param status WifiNanStatus of the operation. Possible status codes are:
183 * @param ndpInstanceId ID of the new data path being negotiated (on successful status).
185 oneway notifyInitiateDataPathResponse(CommandIdShort id, WifiNanStatus status,
193 * @param status WifiNanStatus of the operation. Possible status codes are:
200 oneway notifyRespondToDataPathIndicationResponse(CommandIdShort id, WifiNanStatus status);
207 * @param status WifiNanStatus of the operation. Possible status codes are:
214 oneway notifyTerminateDataPathResponse(CommandIdShort id, WifiNanStatus status);
230 * @param status: WifiNanStatus describing the reason for the disable event.
231 * Possible status codes are:
235 oneway eventDisabled(WifiNanStatus status);
241 * @param status: WifiNanStatus describing the reason for the session termination.
242 * Possible status codes are:
245 oneway eventPublishTerminated(uint8_t sessionId, WifiNanStatus status);
251 * @param status: WifiNanStatus describing the reason for the session termination.
252 * Possible status codes are:
255 oneway eventSubscribeTerminated(uint8_t sessionId, WifiNanStatus status);
281 * Asynchronous callback providing status on a completed followup message transmit operation.
284 * @param status WifiNanStatus of the operation. Possible status codes are:
289 oneway eventTransmitFollowup(CommandIdShort id, WifiNanStatus status);