Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.cpp130 std::unique_ptr<GattClientCallback> gattClientcallback_ {}; member
146 BleAdapter::impl::impl(BleAdapter &bleAdapter) : gattClientcallback_(std::make_unique<GattClientCal… in impl()
537 *pimpl->gattClientcallback_, addr, BTTransport::ADAPTER_BLE); in RegisterGattClientApplication()