Home
last modified time | relevance | path

Searched refs:UUID32_BYTES_TYPE (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_uuid.cpp169 for (int i = 0; i < UUID32_BYTES_TYPE; i++) { in ConvertTo32Bits()
196 for (int i = UUID32_BYTES_TYPE; i < UUID128_BYTES_TYPE; i++) { in GetUuidType()
206 return UUID32_BYTES_TYPE; in GetUuidType()
H A Dbt_uuid.h41 const static int UUID32_BYTES_TYPE = 4; variable
H A Dble_service_data.cpp528 case Uuid::UUID32_BYTES_TYPE: { in AddServiceData()
600 } else if (uuid.GetUuidType() == Uuid::UUID32_BYTES_TYPE) { in AddServiceUuids()
662 case Uuid::UUID32_BYTES_TYPE: { in SetCompleteServices()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_defs.h86 constexpr int UUID32_BYTES_TYPE = 4; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_filter_matcher.cpp223 case bluetooth::Uuid::UUID32_BYTES_TYPE: { in ParseServiceDataUUidToString()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp258 } else if (iter->GetUuidType() == Uuid::UUID32_BYTES_TYPE) { in GetAdvertiserTotalBytes()
268 …BLE_ADV_PER_FIELD_OVERHEAD_LENGTH + static_cast<uint32_t>(num32BitUuids * Uuid::UUID32_BYTES_TYPE); in GetAdvertiserTotalBytes()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ble_scan_filter/src/
H A Dble_scan_filter_lsf.cpp426 } else if (uuidType == Uuid::UUID32_BYTES_TYPE) { in BleScanFilterUuidAdd()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_bnep.cpp1006 } else if (uuidType == Uuid::UUID32_BYTES_TYPE) { in ProcessBnepSetupConnectionRequest()