Lines Matching full:callback
428 /* If all discovery responses have been received, trigger callback (if any) */
559 // overwritten by any code in the callback itself.
600 /* 3 - Call the original callback */
817 /* Save callback details */
1184 * \param[in] pErr_Cb The callback to be called each time the socket
1186 * \param[in] pContext Upper layer context to be returned in the callback.
1501 * This function switches a socket into a listening state and registers a callback on
1505 * thus can trigger several times the pListen_Cb callback.
1509 * \param[in] pListen_Cb The callback to be called each time the
1512 * the callback.
1655 * It must be used with the socket provided within the listen callback. The socket
1661 * \param[in] pErr_Cb The callback to be called each time the accepted socket
1663 * \param[in] pContext Upper layer context to be returned in the callback.
1734 * It must be used with the socket provided within the listen callback. The socket
1738 * \param[in] pReject_RspCb The callback to be call when the Reject operation is completed
1739 * \param[in] pContext Upper layer context to be returned in the callback.
1786 * \param[in] pConnect_RspCb The callback to be called when the connection
1789 * the callback.
1875 * \param[in] pConnect_RspCb The callback to be called when the connection
1878 * the callback.
1959 * \param[in] pDisconnect_RspCb The callback to be called when the
1962 * the callback.
2017 * \param[in] pSend_RspCb The callback to be called when the
2020 * the callback.
2081 * more data comes, and the response will be sent by the callback. This function
2087 * \param[in] pRecv_RspCb The callback to be called when the
2090 * the callback.
2154 * \param[in] pSend_RspCb The callback to be called when the
2157 * the callback.
2237 * This function is the same as phLibNfc_Llcp_Recv, except that the callback includes
2243 * \param[in] pRecv_RspCb The callback to be called when the
2246 * the callback.