Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.h144 * @brief A function used to suspend the stream
147 * @param[in] suspend TRUE: Stop the stream;
152 int Stop(const uint16_t handle, const bool suspend);
H A Da2dp_profile.cpp671 int A2dpProfile::Stop(const uint16_t handle, const bool suspend) in Stop() argument
673 LOG_INFO("[A2dpProfile]%{public}s handle(%u) suspend(%{public}d)\n", __func__, handle, suspend); in Stop()
686 LOG_ERROR("[A2dpProfile]%{public}s invalid handle(%u) suspend(%{public}d)\n", __func__, handle, suspend); in Stop()

Completed in 3 milliseconds