Home | History | Annotate | Download | only in src

Lines Matching defs:ack

135          * If we are the source, the ACK will be sent after the start
146 * Already started, setup audio data channel listener and ACK
162 /* We are already stopped, just ack back */
176 /* If we are not in started state, just ack back ok and let
375 /* ACK back when media task is fully started */
400 uint8_t ack = status;
405 APPL_TRACE_DEBUG("%s: ## a2dp ack : %s, status %d ##", __func__,
408 APPL_TRACE_WARNING("%s: ## a2dp ack : %s, status %d ##", __func__,
414 APPL_TRACE_ERROR("%s: warning : no command pending, ignore ack", __func__);
422 UIPC_Send(*a2dp_uipc, UIPC_CH_ID_AV_CTRL, 0, &ack, sizeof(ack));