Searched refs:HCI_MAX_SIMUL_CMDS (Results 1 – 3 of 3) sorted by relevance
1187 #if (defined(HCI_MAX_SIMUL_CMDS) && (HCI_MAX_SIMUL_CMDS > 0)) in btu_hcif_command_complete_evt()1188 if (p_hci_cmd_cb->cmd_window > HCI_MAX_SIMUL_CMDS) in btu_hcif_command_complete_evt()1189 p_hci_cmd_cb->cmd_window = HCI_MAX_SIMUL_CMDS; in btu_hcif_command_complete_evt()1460 #if (defined(HCI_MAX_SIMUL_CMDS) && (HCI_MAX_SIMUL_CMDS > 0)) in btu_hcif_command_status_evt()1461 if (p_hci_cmd_cb->cmd_window > HCI_MAX_SIMUL_CMDS) in btu_hcif_command_status_evt()1462 p_hci_cmd_cb->cmd_window = HCI_MAX_SIMUL_CMDS; in btu_hcif_command_status_evt()
474 #ifndef HCI_MAX_SIMUL_CMDS475 #define HCI_MAX_SIMUL_CMDS 0 macro
688 #ifndef HCI_MAX_SIMUL_CMDS689 #define HCI_MAX_SIMUL_CMDS 0 macro