Searched refs:summaries (Results 1 – 2 of 2) sorted by relevance
/btstack/test/embedded/ |
H A D | btstack_util_test.cpp | 287 char summaries[3][7 * 8 + 1]; in TEST() local 288 CHECK_EQUAL((7*8+1), sizeof(summaries[0])); in TEST() 289 summaries[0][0] = 0; in TEST() 292 btstack_strcat(summaries[0], sizeof(summaries[0]), item_text); in TEST() 294 btstack_strcat(summaries[0], sizeof(summaries[0]), item_text); in TEST() 295 STRCMP_EQUAL("0001:02 0003:04 ", summaries[0]); in TEST()
|
/btstack/src/ |
H A D | hci.c | 835 char summaries[3][7 * 8 + 1]; in hci_controller_dump_packets() local 839 summaries[index][0] = 0; in hci_controller_dump_packets() 859 btstack_strcat(summaries[index], sizeof(summaries[0]), item_text); in hci_controller_dump_packets() 862 if (summaries[index][0] == 0){ in hci_controller_dump_packets() 863 summaries[index][0] = '-'; in hci_controller_dump_packets() 864 summaries[index][1] = 0; in hci_controller_dump_packets() 867 …otal %u / LE: %s total %u / SCO: %s total %u", summaries[0], totals[0], summaries[1], totals[1], s… in hci_controller_dump_packets()
|