/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_profile_defines.h | 109 uint16_t startHandle_ = 0; member 118 : startHandle_(starthandle), endHandle_(endHandle), reqType_(reqType), uuid_(uuid), reqId_(reqId) in GattRequestInfo() 122 : startHandle_(starthandle), in GattRequestInfo() 130 : startHandle_(starthandle), endHandle_(endHandle), reqType_(reqType), reqId_(reqId) in GattRequestInfo() 133 : startHandle_(starthandle), endHandle_(endHandle), valHandle_(valHandle), reqType_(reqType), reqId_(reqId) in GattRequestInfo() 140 : startHandle_(handle), reqType_(reqType), reqId_(reqId) in GattRequestInfo() 143 : startHandle_(handle), endHandle_(len), valHandle_(offset), data_(data), reqType_(reqType), reqId_(reqId) in GattRequestInfo()
|
H A D | gatt_cache.h | 33 uint16_t startHandle_ = 0; member 38 : handle_(src.handle_), startHandle_(src.startHandle_), endHandle_(src.endHandle_), uuid_(src.uuid_) in IncludeService() 41 : handle_(handle), startHandle_(startHandle), endHandle_(endHandle), uuid_(uuid) in IncludeService() 44 : handle_(handle), startHandle_(startHandle), endHandle_(endHandle) in IncludeService()
|
H A D | gatt_client_profile.cpp | 1148 handle = cacheMap_.find(connectHandle)->second.GetDescriptors(iter->second.startHandle_).second; in ErrorResponseParsing() 1152 iter->second.startHandle_, in ErrorResponseParsing() 1153 *cacheMap_.find(connectHandle)->second.GetDescriptors(iter->second.startHandle_).first); in ErrorResponseParsing() 1199 iter->second.startHandle_, in ErrorResponseParsing() 1200 *cacheMap_.find(connectHandle)->second.GetIncludeServices(iter->second.startHandle_)); in ErrorResponseParsing() 1221 } else if (mtu > iter->second.startHandle_) { in ExchangeMtuParsing() 1222 mtu = iter->second.startHandle_; in ExchangeMtuParsing() 1349 iter->second.startHandle_, in FindIncludeServicesParsing() 1357 FIND_INCLUDE_SERVICE, iter->second.startHandle_, iter->second.endHandle_, ++isvcHandle, reqId)); in FindIncludeServicesParsing() 1362 iter->second.startHandle_, in FindIncludeServicesParsing() [all...] |
H A D | gatt_database.h | 152 uint16_t startHandle_; member 157 : handle_(src.handle_), startHandle_(src.startHandle_), endHandle_(src.endHandle_), uuid_(src.uuid_) in IncludeService()
|
H A D | gatt_client_service.cpp | 40 uint16_t startHandle_ = 0; member 685 task.startHandle_ = MIN_ATTRIBUTE_HANDLE; in DiscoveryServices() 846 task.startHandle_ = serv.second.handle_; in OnDiscoverAllPrimaryServicesEvent() 876 task.startHandle_ = serv.startHandle_; in OnFindIncludedServicesEvent() 877 task.endHandle_ = serv.startHandle_; in OnFindIncludedServicesEvent() 904 task.startHandle_ = ccc.second.handle_; in OnDiscoverAllCharacteristicOfServiceEvent() 1278 if (discovered_.emplace(task.startHandle_).second) { in DiscoverNext() 1280 appId, client_.connection_.GetHandle(), task.startHandle_, task.endHandle_); in DiscoverNext() 1287 appId, client_.connection_.GetHandle(), task.startHandle_, tas in DiscoverNext() [all...] |
H A D | gatt_database.cpp | 210 [&handle](auto &iSvc) { return handle == iSvc.startHandle_; in IsReferenced() 402 auto sIt = services_.find(includeService.startHandle_); in CheckIncludeServicesLegality()
|
H A D | gatt_cache.cpp | 188 isvcBlob.value_.includeService_.handle_ = isvc.startHandle_; in StoredToFile()
|
H A D | gatt_server_service.cpp | 1184 inclueService.uuid_, inclueService.handle_, inclueService.startHandle_, inclueService.endHandle_)); in BuildService()
|
H A D | gatt_server_profile.cpp | 527 valueList[0].attributeValue, len, &offset, (uint8_t *)&(isvc->startHandle_), sizeof(uint16_t)); in FindIncludedServiceResponse()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | gatt_data.h | 129 :isPrimary_(false), handle_(0), startHandle_(0), endHandle_(0), uuid_(), includeServices_(), characteristics_() in Service() 134 : isPrimary_(true), handle_(handle), startHandle_(starthandle), endHandle_(endHandle), uuid_(uuid), in Service() 140 : isPrimary_(false), handle_(handle), startHandle_(handle), endHandle_(0), uuid_(), includeServices_(), in Service() 146 : isPrimary_(false), handle_(handle), startHandle_(handle), endHandle_(endHandle), uuid_(), includeServices_(), in Service() 159 uint16_t startHandle_; member
|
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_gatt_service_parcel.cpp | 33 if (!parcel.WriteUint16(startHandle_)) { in Marshalling() 89 if (!parcel.ReadUint16(startHandle_)) { in ReadFromParcel()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/ |
H A D | generic_attribute_service.cpp | 111 ->RegisterSDP(instance_->startHandle_, instance_->endHandle_); in RegisterSDP() 135 dev.second.startHandle_); in StoreNotifyInformation() 174 .isNotified = false, .startHandle_ = (uint16_t)startHandle, .endHandle_ = (uint16_t)endhandle in LoadNotifyInformation() 227 dev.second.startHandle_ = startHandle; in NotifyAllDevices() 246 ccc.value_ = BuildValue(dev.first->second.startHandle_, dev.first->second.endHandle_); in ConnectIncoming()
|
H A D | generic_attribute_service.h | 54 uint16_t startHandle_ = 0; member
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/dis/ |
H A D | device_information_service.cpp | 132 ->RegisterSDP(instance_->startHandle_, instance_->endHandle_); in RegisterSDP()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_client.cpp | 465 GattService *iptr = FindService(isvc.startHandle_); in BuildServiceList()
|
H A D | bluetooth_gatt_server.cpp | 440 GattService *pSvc = GetIncludeService(iSvc.startHandle_); in BuildIncludeService()
|