Searched refs:gattClientService_ (Results 1 – 2 of 2) sorted by relevance
39 IProfileGattClient *gattClientService_ = GetGattClientService(); in RegisterGattClientApplication() local40 if (gattClientService_ != nullptr) { in RegisterGattClientApplication()41 return gattClientService_->RegisterSharedApplication( in RegisterGattClientApplication()50 IProfileGattClient *gattClientService_ = GetGattClientService(); in DeregisterGattClientApplication() local52 if (gattClientService_ != nullptr) { in DeregisterGattClientApplication()53 ret = gattClientService_->DeregisterApplication(appId_); in DeregisterGattClientApplication()72 IProfileGattClient *gattClientService_ = GetGattClientService(); in Connect() local73 if (gattClientService_ == nullptr) { in Connect()89 int ret = gattClientService_->Connect(appId_, false); in Connect()112 if (gattClientService_ == nullptr) { in Disconnect()[all …]
131 IProfileGattClient *gattClientService_ {}; member533 pimpl->gattClientService_ = in RegisterGattClientApplication()535 if (pimpl->gattClientService_ != nullptr) { in RegisterGattClientApplication()545 pimpl->gattClientService_ = in DeregisterGattClientApplication()547 if (pimpl->gattClientService_ == nullptr) { in DeregisterGattClientApplication()550 pimpl->gattClientService_->DeregisterApplication(appID); in DeregisterGattClientApplication()556 pimpl->gattClientService_ = in ReadRemoteDeviceNameByGatt()558 if (pimpl->gattClientService_ == nullptr) { in ReadRemoteDeviceNameByGatt()578 pimpl->gattClientService_->Connect(appID, true); in ReadRemoteDeviceNameByGatt()583 pimpl->gattClientService_->Disconnect(appID); in ReadRemoteDeviceNameByGatt()[all …]