Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_network.cpp30 PanNetwork::PanNetwork() in PanNetwork() function in OHOS::bluetooth::PanNetwork
37 PanNetwork::~PanNetwork() in ~PanNetwork()
42 int PanNetwork::Open() in Open()
96 int PanNetwork::TunSetIff() in TunSetIff()
154 int PanNetwork::SetIpAddress(int inetSocket) in SetIpAddress()
203 int PanNetwork::SetIffUp(int inetSocket) in SetIffUp()
228 int PanNetwork::SetIffdown(int inetSocket) in SetIffdown()
252 int PanNetwork::Close() in Close()
348 PanNetwork *network = (PanNetwork*)arg; in PollEventThread()
357 void PanNetwork::PollEventThread_() in PollEventThread_()
[all …]
H A Dpan_network.h37 class PanNetwork {
39 PanNetwork();
40 ~PanNetwork();
67 BT_DISALLOW_COPY_AND_ASSIGN(PanNetwork);
H A Dpan_service.h141 std::unique_ptr<PanNetwork> panNetwork_ {nullptr};
H A Dpan_service.cpp206 panNetwork_ = std::make_unique<PanNetwork>(); in OpenNetwork()
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ProfileDoc/
H A DProfile功能界面使用说明文档.md178 #### PanNetwork配置
182 ![未开启蓝牙时PanNetwork](未开启蓝牙时PanNetwork.png)
186 ![开启蓝牙时PanNetwork](开启蓝牙时PanNetwork.png)
190 - 使用指导:用PanNetwork断开与设备的连接。device为要断开连接的远程设备的地址。如果正在断开连接,则返回true;否则返回 false。
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/
H A D使用说明文档.md297 >4. PanNetwork测试
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/
H A DtestDataModels.ets1329 'name' : 'PanNetwork' ,
1330 'detail' : 'PanNetwork配置测试' ,
1545 'detail' : 'PanNetwork自动测试' ,