Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_profile.cpp2399 this->clientProfile_.pimpl->CreateCache(connectionHandle, device);
2405 this->clientProfile_.pimpl->DeleteList(connectionHandle);
2406 this->clientProfile_.pimpl->SetMtuInformation(connectionHandle, false, GATT_DEFAULT_MTU);
2407 this->clientProfile_.pimpl->DeleteCache(connectionHandle, device);
2413 this->clientProfile_.pimpl->CreateCache(connectionHandle, device);
2419 this->clientProfile_.pimpl->DeleteCache(connectionHandle, device);
2422 GattConnectionObserverImplement(GattClientProfile &clientProfile) : clientProfile_(clientProfile) in GattConnectionObserverImplement()
2428 GattClientProfile &clientProfile_; member in OHOS::bluetooth::GattClientProfile::impl::GattConnectionObserverImplement

Completed in 4 milliseconds