Searched refs:BluetoothGattClientServer (Results 1 – 3 of 3) sorted by relevance
39 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::BluetoothGattClientServer277 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 …]
624 sptr<BluetoothGattClientServer> gattclient = new BluetoothGattClientServer(); in createServers()
29 class BluetoothGattClientServer : public BluetoothGattClientStub {31 explicit BluetoothGattClientServer();32 ~BluetoothGattClientServer() override;57 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(BluetoothGattClientServer);