Searched refs:ret_val (Results 1 – 2 of 2) sorted by relevance
158 uint16_t ret_val; in process_command() local160 ret_val = check_legacy_extended_call(op_code, buffer_out); in process_command()161 if(ret_val != 0){ in process_command()162 return ret_val; in process_command()167 …ret_val = hci_command_table[i].execute(buffer_in, buffer_in_length, buffer_out, buffer_out_max_len… in process_command()169 return ret_val; in process_command()
1614 uint8_t ret_val; in TIMER_SetRadioTimerValue() local1685 ret_val = 1; in TIMER_SetRadioTimerValue()1690 ret_val = 0; in TIMER_SetRadioTimerValue()1693 return ret_val; in TIMER_SetRadioTimerValue()