Lines Matching full:printf
267 printf("Error: %s (%d)\n", atterror2str(err), err);
270 printf("%s (0x%.2x) on handle 0x%2.2x\n", attop2str(op), op, handle);
278 printf("client rx mtu %d\n", client_rx_mtu);
286 printf("server rx mtu %d\n", server_rx_mtu);
295 printf("start 0x%2.2x, end 0x%2.2x\n", start, end);
305 printf("format: uuid-16\n");
311 printf("handle 0x%2.2x, uuid 0x%2.2x (%s)\n", handle, uuid,
315 printf("format: uuid-128\n");
322 printf("handle 0x%2.2x, uuid ", handle);
324 printf("%02x", get_u8(frm));
326 printf("-");
328 printf("\n");
340 printf("start 0x%4.4x, end 0x%4.4x, uuid 0x%4.4x\n", start, end, uuid);
343 printf("value");
345 printf(" 0x%2.2x", get_u8(frm));
346 printf("\n");
356 printf("Found attr 0x%4.4x, group end handle 0x%4.4x\n",
368 printf("start 0x%4.4x, end 0x%4.4x\n", start, end);
372 printf("type-uuid 0x%4.4x\n", btohs(htons(get_u16(frm))));
374 printf("type-uuid ");
376 printf("%02x", get_u8(frm));
378 printf("-");
380 printf("\n");
382 printf("malformed uuid (expected 2 or 16 octets)\n");
393 printf("length: %d\n", length);
401 printf("handle 0x%2.2x, value ", handle);
403 printf("0x%.2x ", get_u8(frm));
405 printf("\n");
414 printf("handle 0x%2.2x\n", handle);
423 printf("handle 0x%4.4x offset 0x%4.4x\n", handle, offset);
429 printf("value");
432 printf(" 0x%2.2x", get_u8(frm));
433 printf("\n");
439 printf("Handles\n");
443 printf("handle 0x%4.4x\n", btohs(htons(get_u16(frm))));
450 printf("values");
453 printf(" 0x%2.2x", get_u8(frm));
454 printf("\n");
467 printf("attr handle 0x%4.4x, end group handle 0x%4.4x\n",
471 printf("value");
473 printf(" 0x%2.2x", get_u8(frm));
475 printf("\n");
484 printf("handle 0x%4.4x value ", handle);
487 printf(" 0x%2.2x", get_u8(frm));
488 printf("\n");
497 printf("handle 0x%4.4x value ", handle);
500 printf(" 0x%2.2x", get_u8(frm));
501 printf("\n");
504 printf("auth signature ");
506 printf(" 0x%2.2x", get_u8(frm));
507 printf("\n");
516 printf("attr handle 0x%4.4x, value offset 0x%4.4x\n", handle,
520 printf("part attr value ");
522 printf(" 0x%2.2x", get_u8(frm));
523 printf("\n");
532 printf("cancel all prepared writes ");
534 printf("immediatelly write all pending prepared values ");
536 printf("(0x%2.2x)\n", flags);
544 printf("handle 0x%4.4x\n", handle);
547 printf("value ");
549 printf("0x%.2x ", get_u8(frm));
550 printf("\n");
560 printf("ATT: %s (0x%.2x)\n", attop2str(op), op);