Searched refs:RESET_CALL_COUNT (Results 1 – 2 of 2) sorted by relevance
284 RESET_CALL_COUNT(fragmented_callback);285 RESET_CALL_COUNT(reassembled_callback);286 RESET_CALL_COUNT(transmit_finished_callback);287 RESET_CALL_COUNT(get_acl_data_size_classic);288 RESET_CALL_COUNT(get_acl_data_size_ble);
36 #define RESET_CALL_COUNT(name) ((name##_callcount) = 0) macro