Home | History | Annotate | Download | only in include

Lines Matching full:callback

132 /* This callback function returns service discovery information to the
134 * implementation of this callback function must copy the p_service_name
136 * to remain after the callback function exits. */
140 /* This is the control callback function. This function passes events
146 /* This is the message callback function. It is executed when AVCTP has
148 * callback function must copy the tAVRC_MSG structure passed to it as it
149 * is not guaranteed to remain after the callback function exits. */
155 tAVRC_CTRL_CBACK *p_ctrl_cback; /* pointer to application control callback */
156 tAVRC_MSG_CBACK *p_msg_cback; /* pointer to application message callback */
214 ** The callback function will be executed when service discovery
217 ** the callback before it makes another call to the function.
221 ** can deallocate the memory after the callback function has
232 ** p_cback: Pointer to the callback function.
265 ** p_ccb->p_ctrl_cback: Pointer to control callback function.
267 ** p_ccb->p_msg_cback: Pointer to message callback function.
369 ** the tAVRC_MSG_CBACK callback function.
392 ** the tAVRC_MSG_CBACK callback function.
420 ** the tAVRC_MSG_CBACK callback function.
446 ** tAVRC_MSG_CBACK callback function.
452 ** passed with the command message in the callback function.
473 ** the tAVRC_MSG_CBACK callback function.
500 ** tAVRC_MSG_CBACK callback function.
506 ** passed with the command message in the callback function.