Searched refs:a2dp_command (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/audio_a2dp_hw/
H A Daudio_a2dp_hw.c266 static int a2dp_command(struct a2dp_stream_out *out, char cmd) function
337 if (a2dp_command(out, A2DP_CTRL_CMD_START) < 0)
376 if (a2dp_command(out, A2DP_CTRL_CMD_STOP) < 0)
402 if (a2dp_command(out, A2DP_CTRL_CMD_SUSPEND) < 0)
422 if (a2dp_command(out, A2DP_CTRL_CMD_CHECK_READY) < 0)

Completed in 50 milliseconds