Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_avdtp.h239 static uint16_t ReconfigureReq(const uint16_t handle, const AvdtSepConfig &cfg, uint8_t &label);
H A Da2dp_state_machine.cpp605 avdtp.ReconfigureReq(msgData.configStream.intSeid, msgData.configStream.cfg, label_); in Dispatch()
950 avdtp.ReconfigureReq( in ProcessSuspendCfm()
H A Da2dp_avdtp.cpp271 uint16_t A2dpAvdtp::ReconfigureReq(const uint16_t handle, const AvdtSepConfig &cfg, uint8_t &label) in ReconfigureReq() function in OHOS::bluetooth::A2dpAvdtp