Searched refs:GetUuidType (Results 1 – 9 of 9) sorted by relevance
401 uint16_t uuidLen = service->second.uuid_.GetUuidType(); in DiscoverAllPrimaryServiceResponse()530 if (isvc->uuid_.GetUuidType() == UUID_16BIT_LEN) { in FindIncludedServiceResponse()580 uint16_t uuidLen = characteristic->uuid_.GetUuidType(); in DiscoverCharacteristicResponse()1246 Buffer *value = BufferMalloc(db_.GetService(attHandle)->uuid_.GetUuidType()); in AssembleServicePackage()1247 if (db_.GetService(attHandle)->uuid_.GetUuidType() == UUID_16BIT_LEN) { in AssembleServicePackage()1254 } else if (db_.GetService(attHandle)->uuid_.GetUuidType() == UUID_128BIT_LEN) { in AssembleServicePackage()1339 if (service.uuid_.GetUuidType() == UUID_16BIT_LEN) { in AssembleAttReadByGroupTypeRspPackage()1365 if (db_.GetService(attHandle)->uuid_.GetUuidType() == UUID_16BIT_LEN) { in AssembleAttReadByTypeRspSvcPackage()1402 if (db_.GetCharacteristic(attHandle)->uuid_.GetUuidType() == UUID_16BIT_LEN) { in AssembleAttReadByTypeRspCharacteristicPackage()1494 if (db_.GetCharacteristic(attHandle)->uuid_.GetUuidType() == UUID_16BIT_LEN) { in AssembleAttFindInforRspCharacteristicValPackage()[all …]
285 Buffer *serviceUuid = BufferMalloc(uuid.GetUuidType()); in DiscoverPrimaryServicesByServiceUuid()291 if (uuid.GetUuidType() == UUID_16BIT_LEN) { in DiscoverPrimaryServicesByServiceUuid()296 } else if (uuid.GetUuidType() == UUID_32BIT_LEN) { in DiscoverPrimaryServicesByServiceUuid()301 } else if (uuid.GetUuidType() == UUID_128BIT_LEN) { in DiscoverPrimaryServicesByServiceUuid()393 if (uuid.GetUuidType() == UUID_16BIT_LEN) { in DiscoverCharacteristicByUuid()401 } else if (uuid.GetUuidType() == UUID_32BIT_LEN) { in DiscoverCharacteristicByUuid()409 } else if (uuid.GetUuidType() == UUID_128BIT_LEN) { in DiscoverCharacteristicByUuid()485 if (uuid.GetUuidType() == UUID_16BIT_LEN) { in ReadUsingCharacteristicByUuid()494 } else if (uuid.GetUuidType() == UUID_128BIT_LEN) { in ReadUsingCharacteristicByUuid()1287 int uuidType = iter->second.uuid_.GetUuidType(); in DiscoverPrimaryServiceByUuidParsing()
517 switch (uuid.GetUuidType()) { in AddServiceData()597 if (uuid.GetUuidType() == Uuid::UUID16_BYTES_TYPE) { in AddServiceUuids()600 } else if (uuid.GetUuidType() == Uuid::UUID32_BYTES_TYPE) { in AddServiceUuids()651 switch (uuid.GetUuidType()) { in SetCompleteServices()
208 int GetUuidType() const;
194 int Uuid::GetUuidType() const in GetUuidType() function in OHOS::bluetooth::Uuid
248 size += BLE_ADV_PER_FIELD_OVERHEAD_LENGTH + static_cast<uint32_t>(iter->first.GetUuidType()) in GetAdvertiserTotalBytes()256 if (iter->GetUuidType() == Uuid::UUID16_BYTES_TYPE) { in GetAdvertiserTotalBytes()258 } else if (iter->GetUuidType() == Uuid::UUID32_BYTES_TYPE) { in GetAdvertiserTotalBytes()
216 int uuidType = uuid.GetUuidType(); in ParseServiceDataUUidToString()
415 int uuidType = uuid.GetUuidType(); in BleScanFilterUuidAdd()
1172 if (remoteUuid.GetUuidType() != Uuid::UUID16_BYTES_TYPE) { in CheckRoleUuid()1174 } else if (localUuid.GetUuidType() != Uuid::UUID16_BYTES_TYPE) { in CheckRoleUuid()