* Function avct_lcb_has_pid * Description See if any ccbs on this lcb have a particular pid. * Returns Pointer to CCB if PID found, NULL otherwise.
* Function avct_lcb_unbind_disc * Description Deallocate ccb and call callback with disconnect event. * Returns Nothing.
* Function avct_lcb_bind_conn * Description Bind ccb to lcb and send connect cfm event. * Returns Nothing.
* Function avct_lcb_chk_disc * Description A ccb wants to close; if it is the last ccb on this lcb, * close channel. Otherwise just deallocate and call * callback. * Returns Nothing.
* Function avct_lcb_chnl_disc * Description Disconnect L2CAP channel. * Returns Nothing.
* Function avct_lcb_bind_fail * Description Deallocate ccb and call callback with connect event * with failure result. * Returns Nothing.
* Function avct_lcb_cong_ind * Description Handle congestion indication from L2CAP. * Returns Nothing.
* Function avct_lcb_discard_msg * Description Discard a message sent in from the API. * Returns Nothing.
* Function avct_lcb_send_msg * Description Build and send an AVCTP message. * Returns Nothing.
* Function avct_lcb_msg_ind * Description Handle an incoming AVCTP message. * Returns Nothing.
* Function avct_lcb_free_msg_ind * Description Discard an incoming AVCTP message. * Returns Nothing.
* Function avct_lcb_dealloc * Description Deallocate a link control block. * Returns void.
* Function avct_lcb_last_ccb * Description See if given ccb is only one on the lcb. * Returns TRUE if ccb is last, FALSE otherwise.
* Function avct_lcb_chnl_open * Description Open L2CAP channel to peer * Returns Nothing.
* Function avct_lcb_open_ind * Description Handle an LL_OPEN event. For each allocated ccb already * bound to this lcb, send a connect event. For each * unbound ccb with a new PID, bind that ccb to this lcb and * send a connect event. * Returns Nothing.
* Function avct_lcb_open_fail * Description L2CAP channel open attempt failed. Deallocate any ccbs * on this lcb and send connect confirm event with failure. * Returns Nothing.
* Function avct_lcb_close_ind * Description L2CAP channel closed by peer. Deallocate any initiator * ccbs on this lcb and send disconnect ind event. * Returns Nothing.
* Function avct_lcb_close_cfm * Description L2CAP channel closed by us. Deallocate any initiator * ccbs on this lcb and send disconnect ind or cfm event. * Returns Nothing.
* Function avct_l2c_is_passive * Description check is the CCB associated with the given LCB was created * as passive * Returns TRUE, if the given LCB is created as AVCT_PASSIVE