Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c983 uint32_t deviceNameLength = strlen((char *)srcFilter->deviceName) + 1; in CopySoftBusBcScanFilter() local
984 dstFilter->deviceName = (int8_t *)SoftBusCalloc(deviceNameLength); in CopySoftBusBcScanFilter()
986 … memcpy_s(dstFilter->deviceName, deviceNameLength, srcFilter->deviceName, deviceNameLength) == EOK, in CopySoftBusBcScanFilter()