Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.h218 int CloseRsp(const uint16_t handle, const uint8_t errorCode) const;
H A Da2dp_avdtp.h182 static uint16_t CloseRsp(const uint16_t handle, const uint8_t label, const uint8_t errCode);
H A Da2dp_profile.cpp854 int A2dpProfile::CloseRsp(const uint16_t handle, const uint8_t errorCode) const in CloseRsp() function in OHOS::bluetooth::A2dpProfile
860 int ret = avdtp.CloseRsp(handle, label, errorCode); in CloseRsp()
H A Da2dp_state_machine.cpp670 avdtp.CloseRsp(msgData.stream.handle, msgData.stream.label, 0); in ProcessCloseInd()
933 avdtp.CloseRsp(msgData.stream.handle, msgData.stream.label, 0); in Dispatch()
H A Da2dp_avdtp.cpp205 uint16_t A2dpAvdtp::CloseRsp(const uint16_t handle, const uint8_t label, const uint8_t errCode) in CloseRsp() function in OHOS::bluetooth::A2dpAvdtp
211 LOG_ERROR("[A2dpAvdtp] %{public}s Failed to CloseRsp() \n", __func__); in CloseRsp()

Completed in 9 milliseconds