Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_client_server.cpp39 struct BluetoothGattClientServer::impl {
82 BluetoothGattClientServer::impl *impl_;
212 BluetoothGattClientServer &owner_;
267 BluetoothGattClientServer::impl::~impl() in ~impl()
272 BluetoothGattClientServer::BluetoothGattClientServer() : pimpl(new impl()) in BluetoothGattClientServer() function in OHOS::Bluetooth::BluetoothGattClientServer
277 BluetoothGattClientServer::~BluetoothGattClientServer() in ~BluetoothGattClientServer()
280 int BluetoothGattClientServer::RegisterApplication( in RegisterApplication()
288 int BluetoothGattClientServer::RegisterApplication( in RegisterApplication()
362 int BluetoothGattClientServer::Disconnect(int32_t appId) in Disconnect()
377 int BluetoothGattClientServer::DiscoveryServices(int32_t appId) in DiscoveryServices()
[all …]
H A Dbluetooth_host_server.cpp624 sptr<BluetoothGattClientServer> gattclient = new BluetoothGattClientServer(); in createServers()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_gatt_client_server.h29 class BluetoothGattClientServer : public BluetoothGattClientStub {
31 explicit BluetoothGattClientServer();
32 ~BluetoothGattClientServer() override;
57 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(BluetoothGattClientServer);