Searched refs:RESET_CALL_COUNT (Results 1 – 2 of 2) sorted by relevance
537 RESET_CALL_COUNT(fragmented_callback);538 RESET_CALL_COUNT(reassembled_callback);539 RESET_CALL_COUNT(transmit_finished_callback);540 RESET_CALL_COUNT(get_acl_data_size_classic);541 RESET_CALL_COUNT(get_acl_data_size_ble);542 RESET_CALL_COUNT(get_iso_data_size);
36 #define RESET_CALL_COUNT(name) ((name##_callcount) = 0) macro