Home
last modified time | relevance | path

Searched refs:GetUuidType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp401 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 …]
H A Dgatt_client_profile.cpp285 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()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.cpp517 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()
H A Dbt_uuid.h208 int GetUuidType() const;
H A Dbt_uuid.cpp194 int Uuid::GetUuidType() const in GetUuidType() function in OHOS::bluetooth::Uuid
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp248 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()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_filter_matcher.cpp216 int uuidType = uuid.GetUuidType(); in ParseServiceDataUUidToString()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ble_scan_filter/src/
H A Dble_scan_filter_lsf.cpp415 int uuidType = uuid.GetUuidType(); in BleScanFilterUuidAdd()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_bnep.cpp1172 if (remoteUuid.GetUuidType() != Uuid::UUID16_BYTES_TYPE) { in CheckRoleUuid()
1174 } else if (localUuid.GetUuidType() != Uuid::UUID16_BYTES_TYPE) { in CheckRoleUuid()