Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_config.h35 int* size_bytes);
/system/bt/btif/src/
Dbtif_config.cc288 int* size_bytes) { in btif_config_get_str() argument
293 CHECK(size_bytes != NULL); in btif_config_get_str()
299 strlcpy(value, stored_value, *size_bytes); in btif_config_get_str()
302 *size_bytes = strlen(value) + 1; in btif_config_get_str()