Home
last modified time | relevance | path

Searched refs:RejectConnection (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_data_connection_server.cpp102 int HfpHfDataConnectionServer::RejectConnection(uint16_t handle) const in RejectConnection() function in OHOS::bluetooth::HfpHfDataConnectionServer
105 return rfcommServer_.RejectConnection(handle); in RejectConnection()
H A Dhfp_hf_rfcomm_connection_server.h70 static int RejectConnection(uint16_t handle);
H A Dhfp_hf_data_connection_server.h66 int RejectConnection(uint16_t handle) const;
H A Dhfp_hf_rfcomm_connection_server.cpp55 int HfpHfRfcommConnectionServer::RejectConnection(uint16_t handle) in RejectConnection() function in OHOS::bluetooth::HfpHfRfcommConnectionServer
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_transport.h78 virtual int RejectConnection() = 0;
95 virtual int RejectConnection(ObexIncomingConnect &incomingConnect) = 0;
H A Dobex_socket_transport.cpp334 int ObexServerIncomingConnect::RejectConnection() in RejectConnection() function in OHOS::bluetooth::ObexServerIncomingConnect
342 return obexTransport_.RejectConnection(*this); in RejectConnection()
438 int ObexServerSocketTransport::RejectConnection(ObexIncomingConnect &incomingConnect) in RejectConnection() function in OHOS::bluetooth::ObexServerSocketTransport
442 int ret = dataTransport_->RejectConnection(addr, incomingConnect.GetPort()); in RejectConnection()
542 mainTran_.dataTransport_->RejectConnection(btAddr, port); in ProcessOnConnectIncoming()
548 mainTran_.dataTransport_->RejectConnection(btAddr, port); in ProcessOnConnectIncoming()
H A Dobex_socket_transport.h150 int RejectConnection(ObexIncomingConnect &incomingConnect) override;
217 int RejectConnection() override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_data_connection_server.cpp107 int HfpAgDataConnectionServer::RejectConnection(uint16_t handle) const in RejectConnection() function in OHOS::bluetooth::HfpAgDataConnectionServer
110 return rfcommServer_.RejectConnection(handle); in RejectConnection()
H A Dhfp_ag_rfcomm_connection_server.h70 static int RejectConnection(uint16_t handle);
H A Dhfp_ag_data_connection_server.h66 int RejectConnection(uint16_t handle) const;
H A Dhfp_ag_rfcomm_connection_server.cpp55 int HfpAgRfcommConnectionServer::RejectConnection(uint16_t handle) in RejectConnection() function in OHOS::bluetooth::HfpAgRfcommConnectionServer
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport.h169 virtual int RejectConnection(const RawAddress &addr, uint16_t port) = 0;
H A Dtransport_rfcomm.h90 int RejectConnection(const RawAddress &addr, uint16_t scn) override;
H A Dtransport_l2cap.h89 int RejectConnection(const RawAddress &addr, uint16_t psm) override;
H A Dtransport_rfcomm.cpp98 int RfcommTransport::RejectConnection(const RawAddress &addr, uint16_t scn) in RejectConnection() function in OHOS::bluetooth::RfcommTransport
H A Dtransport_l2cap.cpp121 int L2capTransport::RejectConnection(const RawAddress &addr, uint16_t psm) in RejectConnection() function in OHOS::bluetooth::L2capTransport
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket.cpp155 socket.sockTransport_->RejectConnection(addr, port); in OnConnectIncomingNative()