Home
last modified time | relevance | path

Searched refs:addressLength (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.c975 uint32_t addressLength = strlen((char *)srcFilter->address) + 1; in CopySoftBusBcScanFilter() local
976 dstFilter->address = (int8_t *)SoftBusCalloc(addressLength); in CopySoftBusBcScanFilter()
978 memcpy_s(dstFilter->address, addressLength, srcFilter->address, addressLength) == EOK, in CopySoftBusBcScanFilter()