Home
last modified time | relevance | path

Searched refs:BluetoothPanServer (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_pan_server.cpp52 struct BluetoothPanServer::impl {
76 class BluetoothPanServer::impl::SystemStateObserver : public ISystemStateObserver {
78 explicit SystemStateObserver(BluetoothPanServer::impl *pimpl) : pimpl_(pimpl) {} in SystemStateObserver()
97 BluetoothPanServer::impl *pimpl_ = nullptr;
100 BluetoothPanServer::impl::impl() in impl()
105 BluetoothPanServer::impl::~impl() in ~impl()
110 BluetoothPanServer::BluetoothPanServer() in BluetoothPanServer() function in OHOS::Bluetooth::BluetoothPanServer
123 BluetoothPanServer::~BluetoothPanServer() in ~BluetoothPanServer()
205 int32_t BluetoothPanServer::Disconnect(const BluetoothRawAddress &device) in Disconnect()
223 int32_t BluetoothPanServer::SetTethering(const bool enable) in SetTethering()
[all …]
H A Dbluetooth_host_server.cpp679 sptr<BluetoothPanServer> panServer = new BluetoothPanServer(); in createServers()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_pan_server.h33 class BluetoothPanServer : public BluetoothPanStub {
35 BluetoothPanServer();
36 ~BluetoothPanServer() override;
57 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(BluetoothPanServer);