Home
last modified time | relevance | path

Searched refs:ConnectReq (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_def.h188 struct ConnectReq { struct
201 ConnectReq connectInfo; argument
H A Da2dp_avdtp.h88 uint16_t ConnectReq(const BtAddr &addr) const;
H A Da2dp_avdtp.cpp57 uint16_t A2dpAvdtp::ConnectReq(const BtAddr &addr) const in ConnectReq() function in OHOS::bluetooth::A2dpAvdtp
H A Da2dp_state_machine.cpp49 avdtp.ConnectReq(msgData.connectInfo.addr); in Dispatch()