Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btu/
Dbtu_hcif.c1187 #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()
/external/libnfc-nci/src/include/
Dbt_target.h474 #ifndef HCI_MAX_SIMUL_CMDS
475 #define HCI_MAX_SIMUL_CMDS 0 macro
/external/bluetooth/bluedroid/include/
Dbt_target.h688 #ifndef HCI_MAX_SIMUL_CMDS
689 #define HCI_MAX_SIMUL_CMDS 0 macro