Home | History | Annotate | Download | only in gatt

Lines Matching defs:str_buf

2283     char str_buf[50];
2288 sprintf(str_buf, "0x%04x", bt_uuid.uu.uuid16);
2292 sprintf(str_buf, "0x%08x", (unsigned int)bt_uuid.uu.uuid32);
2296 x += sprintf(&str_buf[x], "0x%02x%02x%02x%02x%02x%02x%02x%02x",
2301 sprintf(&str_buf[x], "%02x%02x%02x%02x%02x%02x%02x%02x",
2308 BCM_STRNCPY_S(str_buf, sizeof(str_buf), "Unknown UUID 0", 15);
2310 GATT_TRACE_DEBUG ("UUID=[%s]", str_buf);