Searched refs:CloseRsp (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_profile.h | 218 int CloseRsp(const uint16_t handle, const uint8_t errorCode) const;
|
H A D | a2dp_avdtp.h | 182 static uint16_t CloseRsp(const uint16_t handle, const uint8_t label, const uint8_t errCode);
|
H A D | a2dp_profile.cpp | 854 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 D | a2dp_state_machine.cpp | 670 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 D | a2dp_avdtp.cpp | 205 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