Home
last modified time | relevance | path

Searched refs:SocketSdpServer (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H A Dsocket_sdp_server.h31 class SocketSdpServer { class
36 SocketSdpServer() = default;
41 virtual ~SocketSdpServer() = default;
61 BT_DISALLOW_COPY_AND_ASSIGN(SocketSdpServer);
H A Dsocket_sdp_server.cpp22 int SocketSdpServer::RegisterSdpService(const std::string &name, const Uuid &uuid, uint8_t scn) in RegisterSdpService()
68 int SocketSdpServer::UnregisterSdpService() in UnregisterSdpService()
87 int SocketSdpServer::AddServiceClassId(const Uuid &uuid) in AddServiceClassId()
96 int SocketSdpServer::AddProtocol(uint8_t scn) in AddProtocol()
111 int SocketSdpServer::AddProfile() in AddProfile()
121 int SocketSdpServer::AddServiceName(const std::string &name) in AddServiceName()
126 int SocketSdpServer::AddBrowseGroupList() in AddBrowseGroupList()
H A Dsocket.h191 // the pointer of the SocketSdpServer.
192 std::unique_ptr<SocketSdpServer> sdpServer_ {nullptr};
H A Dsocket.cpp436 sdpServer_ = std::make_unique<SocketSdpServer>(); in Listen()

Completed in 3 milliseconds