* Function avdt_msg_send_cmd * Description This function is called to send a command message. The * sig_id parameter indicates the message type, p_params * points to the message parameters, if any. It gets a buffer * from the AVDTP command pool, executes the message building * function for this message type. It then queues the message * in the command queue for this CCB. * Returns Nothing.
* Function avdt_msg_send_rsp * Description This function is called to send a response message. The * sig_id parameter indicates the message type, p_params * points to the message parameters, if any. It gets a buffer * from the AVDTP command pool, executes the message building * function for this message type. It then queues the message * in the response queue for this CCB. * Returns Nothing.
* Function avdt_msg_send_rej * Description This function is called to send a reject message. The * sig_id parameter indicates the message type. It gets * a buffer from the AVDTP command pool and builds the * message based on the message type and the error code. * It then queues the message in the response queue for * this CCB. * Returns Nothing.
* Function avdt_msg_prs_none * Description This message parsing function parses a message with no parameters. * Returns Error code or zero if no error.
* Function avdt_msg_bld_none * Description This message building function builds an empty message. * Returns void.
* Function avdt_msg_prs_single * Description This message parsing function parses a message with a * single SEID. * Returns Error code or zero if no error.
* Function avdt_msg_bld_single * Description This message building function builds a message containing * a single SEID. * Returns void.
* Function avdt_msg_bld_all_svccap * Description This message building function builds a message containing * service capabilities parameters. * Returns void.
* Function avdt_msg_prs_multi * Description This message parsing function parses a message containing * multiple SEID's. * Returns Error code or zero if no error.
* Function avdt_msg_prs_all_svccap * Description This message parsing function parses a message containing * service capabilities parameters. * Returns Error code or zero if no error.
* Function avdt_msg_bld_multi * Description This message building function builds a message containing * multiple SEID's. * Returns void.
* Function avdt_msg_send_grej * Description This function is called to send a general reject message. The * sig_id parameter indicates the message type. It gets * a buffer from the AVDTP command pool and builds the * message based on the message type and the error code. * It then queues the message in the response queue for * this CCB. * Returns Nothing.
* Function avdt_msg_bld_delay_rpt * Description This message building function builds a delay report * command message. * Returns void.
* Function avdt_msg_bld_discover_rsp * Description This message building function builds a discover * response message. * Returns void.
* Function avdt_msg_bld_svccap * Description This message building function builds a message containing * service capabilities parameters. * Returns void.
* Function avdt_msg_bld_security_rsp * Description This message building function builds a security * response message. * Returns void.
* Function avdt_msg_prs_security_rsp * Description This message parsing function parsing a security * response message. * Returns Error code or zero if no error.
* Function avdt_msg_prs_delay_rpt * Description This message parsing function parses a security * command message. * Returns Error code or zero if no error.
* Function avdt_msg_prs_setconfig_cmd * Description This message parsing function parses a set configuration * command message. * Returns Error code or zero if no error.
* Function avdt_msg_prs_reconfig_cmd * Description This message parsing function parses a reconfiguration * command message. * Returns Error code or zero if no error.
* Function avdt_msg_prs_security_cmd * Description This message parsing function parses a security * command message. * Returns Error code or zero if no error.
* Function avdt_msg_prs_discover_rsp * Description This message parsing function parses a discover * response message. * Returns Error code or zero if no error.
* Function avdt_msg_prs_svccap * Description This message parsing function parses a message containing * service capabilities parameters. * Returns Error code or zero if no error.
* Function avdt_msg_bld_setconfig_cmd * Description This message building function builds a set configuration * command message. * Returns void.
* Function avdt_msg_bld_reconfig_cmd * Description This message building function builds a reconfiguration * command message. * Returns void.
* Function avdt_msg_bld_security_cmd * Description This message building function builds a security * command message. * Returns void.