Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_sdp.cpp22 PanSdp::PanSdp() in PanSdp() function in OHOS::bluetooth::PanSdp
25 int PanSdp::Register() in Register()
73 void PanSdp::Deregister() in Deregister()
89 int PanSdp::AddServiceClassIdList() in AddServiceClassIdList()
100 int PanSdp::AddPanSecurityDescriptionId() in AddPanSecurityDescriptionId()
110 int PanSdp::AddPanNetAccessRate() in AddPanNetAccessRate()
119 int PanSdp::AddPanNetAccessType() in AddPanNetAccessType()
128 int PanSdp::AddPanDescriptionList() in AddPanDescriptionList()
146 int PanSdp in AddPanDescriptionList()
[all...]
H A Dpan_sdp.h25 class PanSdp { class
32 PanSdp();
38 virtual ~PanSdp() = default;
H A Dpan_service.h140 std::unique_ptr<PanSdp> panSdp_ {nullptr};
H A Dpan_service.cpp95 panSdp_ = std::make_unique<PanSdp>(); in StartUp()

Completed in 4 milliseconds