Home
last modified time | relevance | path

Searched refs:DEVICE_NAME_MAX_LEN (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_properties.cpp68 if (length >= DEVICE_NAME_MAX_LEN) { in SetLocalName()
69 length = DEVICE_NAME_MAX_LEN; in SetLocalName()
/foundation/communication/dsoftbus/core/common/dfx/anonymize/src/
H A Danonymizer.c27 #define DEVICE_NAME_MAX_LEN 128 macro
169 return len <= DEVICE_NAME_MAX_LEN; in MatchDeviceName()
268 wchar_t wideStr[DEVICE_NAME_MAX_LEN] = {0}; in AnonymizeMultiByteStr()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.cpp711 if (name.length() > DEVICE_NAME_MAX_LEN) { in SetDeviceName()
776 cdata[0] = DEVICE_NAME_MAX_LEN + 1; in SetLongName()
778 AddData(std::string(cdata, BLE_ADV_DATA_FIELD_TYPE_AND_LEN) + name.substr(0, DEVICE_NAME_MAX_LEN)); in SetLongName()
H A Dbt_def.h365 const int DEVICE_NAME_MAX_LEN = 26; member
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp270 deviceNameLen = (deviceNameLen > DEVICE_NAME_MAX_LEN) ? DEVICE_NAME_MAX_LEN : deviceNameLen; in GetAdvertiserTotalBytes()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h346 const int DEVICE_NAME_MAX_LEN = 26; member
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c65 #define DEVICE_NAME_MAX_LEN 15 macro

Completed in 17 milliseconds