Searched refs:BluetoothGattServerCallbackStubImpl (Results 1 – 1 of 1) sorted by relevance
78 class BluetoothGattServerCallbackStubImpl;83 sptr<BluetoothGattServerCallbackStubImpl> serviceCallback_;107 class GattServer::impl::BluetoothGattServerCallbackStubImpl : public BluetoothGattServerCallbackStu… class in OHOS::Bluetooth::GattServer::impl371 explicit BluetoothGattServerCallbackStubImpl(std::weak_ptr<GattServer> server) : server_(server) in BluetoothGattServerCallbackStubImpl() function in OHOS::Bluetooth::GattServer::impl::BluetoothGattServerCallbackStubImpl375 ~BluetoothGattServerCallbackStubImpl() override in ~BluetoothGattServerCallbackStubImpl()456 serviceCallback_ = new BluetoothGattServerCallbackStubImpl(server); in Init()