Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Dtransport_layer.c165 for (i = 0; hci_command_table[i].opcode != 0; i++) { in process_command()
166 if (op_code == hci_command_table[i].opcode) { 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()
Ddtm_cmd_db.h34 extern const hci_command_table_type hci_command_table[];
Ddtm_cmd_db.c3290 const hci_command_table_type hci_command_table[] = { variable