Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_gatt_client_server.cpp39 struct BluetoothGattClientServer::impl {
61 class BluetoothGattClientServer::impl::SystemStateObserver : public ISystemStateObserver {
63 SystemStateObserver(BluetoothGattClientServer::impl *impl) : impl_(impl){}; in SystemStateObserver()
82 BluetoothGattClientServer::impl *impl_;
85 class BluetoothGattClientServer::impl::GattClientCallbackImpl : public IGattClientCallback {
188 GattClientCallbackImpl(const sptr<IBluetoothGattClientCallback> &callback, BluetoothGattClientServer &owner);
201 CallbackDeathRecipient(const sptr<IBluetoothGattClientCallback> &callback, BluetoothGattClientServer &owner);
212 BluetoothGattClientServer &owner_;
221 BluetoothGattClientServer::impl::GattClientCallbackImpl::GattClientCallbackImpl( in GattClientCallbackImpl()
222 const sptr<IBluetoothGattClientCallback> &callback, BluetoothGattClientServer in GattClientCallbackImpl()
272 BluetoothGattClientServer::BluetoothGattClientServer() : pimpl(new impl()) BluetoothGattClientServer() function in OHOS::Bluetooth::BluetoothGattClientServer
[all...]
H A Dbluetooth_host_server.cpp624 sptr<BluetoothGattClientServer> gattclient = new BluetoothGattClientServer(); in createServers()
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_gatt_client_server.h29 class BluetoothGattClientServer : public BluetoothGattClientStub { class
31 explicit BluetoothGattClientServer();
32 ~BluetoothGattClientServer() override;
57 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(BluetoothGattClientServer);

Completed in 4 milliseconds