Home
last modified time | relevance | path

Searched refs:packet_counter (Results 1 – 3 of 3) sorted by relevance

/btstack/tool/
H A Dcreate_packet_log.py22 packet_counter = 0 variable
40 global packet_counter
71 packet_counter += 1
72 return (packet_counter, 0)
106 packet_counter = 0 variable
/btstack/test/mesh/
H A Dmock.c46 static int packet_counter = 1; in dump_packet() local
48 …"test_%s_packet_%02u", packet_type == HCI_COMMAND_DATA_PACKET ? "command" : "acl", packet_counter); in dump_packet()
55 packet_counter++; in dump_packet()
/btstack/test/security_manager/
H A Dmock.c42 static int packet_counter = 1; in dump_packet()
44 …"test_%s_packet_%02u", packet_type == HCI_COMMAND_DATA_PACKET ? "command" : "acl", packet_counter); in dump_packet()
51 packet_counter++; in dump_packet()