Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_avdtp.h273 …static uint16_t ReconfigureRsp(const uint16_t handle, const uint8_t label, const AvdtCatetory cate…
H A Da2dp_avdtp.cpp152 uint16_t A2dpAvdtp::ReconfigureRsp(const uint16_t handle, const uint8_t label, const AvdtCatetory c… in ReconfigureRsp() function in OHOS::bluetooth::A2dpAvdtp
H A Da2dp_state_machine.cpp593 …avdtp.ReconfigureRsp(msgData.configRsp.handle, msgData.configRsp.label, msgData.configRsp.category… in Dispatch()