Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_server.cpp79 std::list<GattService> gattServices_; member
360 auto it = serverSptr->pimpl->gattServices_.emplace(
361 serverSptr->pimpl->gattServices_.end(), std::move(gattSvc));
451 for (auto &svc : gattServices_) { in GetIncludeService()
511 for (auto &svc : gattServices_) { in FindCharacteristic()
534 for (auto &svc : gattServices_) { in FindDescriptor()
661 pimpl->gattServices_.clear(); in ClearServices()
725 for (auto &svc : pimpl->gattServices_) { in GetService()
740 return pimpl->gattServices_; in GetServices()
743 CHECK_AND_RETURN_LOG_RET(proxy != nullptr, pimpl->gattServices_, "faile in GetServices()
[all...]
H A Dbluetooth_gatt_client.cpp104 std::vector<GattService> gattServices_; member
168 for (auto &svc : clientSptr->pimpl->gattServices_) {
457 gattServices_.emplace_back(std::move(svcTmp)); in BuildServiceList()
477 for (auto &item : gattServices_) { in FindService()
511 gattServices_.clear(); in GetServices()
534 for (auto &svc : gattServices_) { in GetCharacteristicByHandle()
561 for (auto &svc : gattServices_) { in GetDescriptorByHandle()
734 for (auto &svc : pimpl->gattServices_) { in GetService()
760 return pimpl->gattServices_; in GetService()
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_ble_utils.h113 NapiNativeGattServiceArray(const std::vector<GattService> &gattServices) : gattServices_(gattServices) {} in NapiNativeGattServiceArray()
118 std::vector<GattService> gattServices_ {};
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_utils.cpp408 ConvertGattServiceVectorToJS(env, object, const_cast<vector<GattService> &>(gattServices_)); in ToNapiValue()

Completed in 8 milliseconds