Home
last modified time | relevance | path

Searched refs:GetMaxReceivePacketSize (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_socket.h255 uint32_t GetMaxReceivePacketSize();
350 uint32_t GetMaxReceivePacketSize();
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_socket_transport.h39 int GetMaxReceivePacketSize() override;
74 int GetMaxReceivePacketSize() override;
H A Dobex_transport.h49 virtual int GetMaxReceivePacketSize() = 0;
H A Dobex_socket_transport.cpp62 int ObexSocketTransport::GetMaxReceivePacketSize() in GetMaxReceivePacketSize() function in OHOS::bluetooth::ObexSocketTransport
153 int ObexClientSocketTransport::GetMaxReceivePacketSize() in GetMaxReceivePacketSize() function in OHOS::bluetooth::ObexClientSocketTransport
H A Dobex_server.cpp206 …serverSession.GetTransport().GetMaxReceivePacketSize(), serverSession.GetTransport().GetMaxSendPac… in HandleDataAvailableConnect()
H A Dobex_client.cpp632 clientTransport_->GetMaxReceivePacketSize()); in SendConnectRequest()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket.cpp541 uint32_t ClientSocket::GetMaxReceivePacketSize() in GetMaxReceivePacketSize() function in OHOS::Bluetooth::ClientSocket
864 uint32_t ServerSocket::GetMaxReceivePacketSize() in GetMaxReceivePacketSize() function in OHOS::Bluetooth::ServerSocket