Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp78 class BluetoothGattServerCallbackStubImpl;
83 sptr<BluetoothGattServerCallbackStubImpl> serviceCallback_;
107 class GattServer::impl::BluetoothGattServerCallbackStubImpl : public BluetoothGattServerCallbackStu… class in OHOS::Bluetooth::GattServer::impl
371 explicit BluetoothGattServerCallbackStubImpl(std::weak_ptr<GattServer> server) : server_(server) in BluetoothGattServerCallbackStubImpl() function in OHOS::Bluetooth::GattServer::impl::BluetoothGattServerCallbackStubImpl
375 ~BluetoothGattServerCallbackStubImpl() override in ~BluetoothGattServerCallbackStubImpl()
456 serviceCallback_ = new BluetoothGattServerCallbackStubImpl(server); in Init()