Home
last modified time | relevance | path

Searched refs:ParseAvdtpCallbackContent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_avdtp.h312 A2dpAvdtMsg *ParseAvdtpCallbackContent(const uint16_t handle, const BtAddr bdAddr,
H A Da2dp_avdtp.cpp923 A2dpAvdtMsg *A2dpAvdtp::ParseAvdtpCallbackContent(const uint16_t handle, const BtAddr bdAddr, in ParseAvdtpCallbackContent() function in OHOS::bluetooth::A2dpAvdtp
H A Da2dp_profile.cpp182 … avdtpInstance.ParseAvdtpCallbackContent(msg->handle, addr, msg->event, msg->a2dpMsg.msg, role); in ProcessAvdtpCallback()