Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Davrcp_controller.c57 static uint8_t avrcp_controller_calc_next_transaction_label(uint8_t current_transaction_label){ in avrcp_controller_calc_next_transaction_label() argument
58 current_transaction_label++; in avrcp_controller_calc_next_transaction_label()
59 if (current_transaction_label == 16){ in avrcp_controller_calc_next_transaction_label()
60 current_transaction_label = 1; in avrcp_controller_calc_next_transaction_label()
62 return current_transaction_label; in avrcp_controller_calc_next_transaction_label()