HomeSort by relevance Sort by last modified time
    Searched full:a2dp_command (Results 1 - 1 of 1) sorted by null

  /system/bt/audio_a2dp_hw/
audio_a2dp_hw.c 364 static int a2dp_command(struct a2dp_stream_common *common, char cmd) function
410 if (a2dp_command(common, A2DP_CTRL_CMD_CHECK_READY) < 0)
423 if (a2dp_command(common, A2DP_CTRL_GET_AUDIO_CONFIG) < 0)
499 int a2dp_status = a2dp_command(common, A2DP_CTRL_CMD_START);
539 if (a2dp_command(common, A2DP_CTRL_CMD_STOP) < 0)
562 if (a2dp_command(common, A2DP_CTRL_CMD_SUSPEND) < 0)
    [all...]

Completed in 1067 milliseconds