Home | History | Annotate | Download | only in gatt

Lines Matching refs:str_buf

2188     char str_buf[50];
2193 sprintf(str_buf, "0x%04x", bt_uuid.uu.uuid16);
2197 x += sprintf(&str_buf[x], "0x%02x%02x%02x%02x%02x%02x%02x%02x",
2202 sprintf(&str_buf[x], "%02x%02x%02x%02x%02x%02x%02x%02x",
2209 BCM_STRNCPY_S(str_buf, sizeof(str_buf), "Unknown UUID 0", 15);
2211 GATT_TRACE_DEBUG1 ("UUID=[%s]", str_buf);