Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_avdtp.cpp30 A2dpAvdtp::A2dpAvdtp(const uint8_t role) in A2dpAvdtp() function in OHOS::bluetooth::A2dpAvdtp
35 uint16_t A2dpAvdtp::RegisterAvdtp(const AvdtRegisterParam &rcb) in RegisterAvdtp()
43 uint16_t A2dpAvdtp::CreateStream(const BtAddr &addr, const uint8_t codecIndex, uint16_t &handle) in CreateStream()
49 uint16_t A2dpAvdtp::RegisterLocalSEP(AvdtStreamConfig cfg[6], const uint8_t number) const in RegisterLocalSEP()
51 LOG_INFO("[A2dpAvdtp] %{public}s number(%u)\n", __func__, number); in RegisterLocalSEP()
57 uint16_t A2dpAvdtp::ConnectReq(const BtAddr &addr) const in ConnectReq()
61 LOG_DEBUG("[A2dpAvdtp] %{public}s Success to call AVDT_ConnectReq() \n", __func__); in ConnectReq()
63 LOG_ERROR("[A2dpAvdtp] %{public}s Failed to call AVDT_ConnectReq() \n", __func__); in ConnectReq()
69 uint16_t A2dpAvdtp
[all...]
H A Da2dp_state_machine.cpp46 A2dpAvdtp avdtp(role); in Dispatch()
116 A2dpAvdtp avdtp(role); in ProcessDisconnectReq()
130 A2dpAvdtp avdtp(role); in ProcessTimeout()
158 A2dpAvdtp avdtp(role); in ProcessSetConfigReq()
174 A2dpAvdtp avdtp(role); in ProcessSetConfigInd()
225 A2dpAvdtp avdtp(role); in ProcessDiscoverReq()
273 A2dpAvdtp avdtp(role); in Dispatch()
320 A2dpAvdtp avdtp(role); in ProcessOpenReq()
331 A2dpAvdtp avdtp(role); in ProcessDisconnectReq()
387 A2dpAvdtp avdt in ProcessSetConfigInd()
[all...]
H A Da2dp_avdtp.h34 class A2dpAvdtp { class
37 * @brief A constructor used to create an <b>A2dpAvdtp</b> instance.
42 explicit A2dpAvdtp(const uint8_t role);
45 * @brief A destructor used to delete an <b>A2dpAvdtp</b> instance.
50 ~A2dpAvdtp() = default;
610 A2dpAvdtp() = delete;
H A Da2dp_profile.cpp137 A2dpAvdtp avdtpInstance(role); in Enable()
180 A2dpAvdtp avdtpInstance(role); in ProcessAvdtpCallback()
426 A2dpAvdtp avdtp(role); in CreateSEPConfigureInfo()
847 A2dpAvdtp avdtp(A2DP_ROLE_SINK); in SendDelay()
857 A2dpAvdtp avdtp(GetRole()); in CloseRsp()
868 A2dpAvdtp avdtp(A2DP_ROLE_SOURCE); in WriteStream()
H A Da2dp_profile_peer.cpp153 A2dpAvdtp avdtp(role); in RegisterSEPConfigureInfo()
1267 A2dpAvdtp avdtp(A2DP_ROLE_SOURCE); in SendPacket()

Completed in 7 milliseconds