Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_api.cc788 uint16_t dst_size, in SDP_AttrStringCopy() argument
800 if (len > dst_size - 1) { in SDP_AttrStringCopy()
801 len = dst_size - 1; in SDP_AttrStringCopy()