Home
last modified time | relevance | path

Searched refs:ProcessReconfigCfm (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_state_machine.h419 void ProcessReconfigCfm(BtAddr addr, uint8_t role, uint16_t handle);
H A Da2dp_state_machine.cpp608 ProcessReconfigCfm(msgData.stream.addr, role, msgData.stream.handle); in Dispatch()
719 void A2dpStateOpen::ProcessReconfigCfm(BtAddr addr, uint8_t role, uint16_t handle) in ProcessReconfigCfm() function in OHOS::bluetooth::A2dpStateOpen