Home
last modified time | relevance | path

Searched refs:GetUTF8StringLength (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_properties.h53 int GetUTF8StringLength(const char firstByte) const;
H A Dble_properties.cpp57 int BleProperties::GetUTF8StringLength(const char firstByte) const in GetUTF8StringLength() function in OHOS::bluetooth::BleProperties
76 int utf8Length = GetUTF8StringLength(name[i]); in GetValidUTF8StringLength()