Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp107 RequestInformation requestInformation_; member
188 std::lock_guard<std::mutex> lock(clientSptr->pimpl->requestInformation_.mutex_);
189 clientSptr->pimpl->requestInformation_.doing_ = false;
194 characteristic.handle_, clientSptr->pimpl->requestInformation_.type_);
197 if (clientSptr->pimpl->requestInformation_.type_ != REQUEST_TYPE_CHARACTERISTICS_READ) {
215 std::lock_guard<std::mutex> lock(clientSptr->pimpl->requestInformation_.mutex_);
216 clientSptr->pimpl->requestInformation_.doing_ = false;
221 characteristic.handle_, clientSptr->pimpl->requestInformation_.type_);
224 if (clientSptr->pimpl->requestInformation_.type_ != REQUEST_TYPE_CHARACTERISTICS_WRITE) {
239 std::lock_guard<std::mutex> lock(clientSptr->pimpl->requestInformation_
[all...]

Completed in 1 milliseconds