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

/external/bluetooth/bluedroid/stack/btu/
H A Dbtu_hcif.c1173 #if (defined(HCI_MAX_SIMUL_CMDS) && (HCI_MAX_SIMUL_CMDS > 0))
1174 if (p_hci_cmd_cb->cmd_window > HCI_MAX_SIMUL_CMDS)
1175 p_hci_cmd_cb->cmd_window = HCI_MAX_SIMUL_CMDS;
1440 #if (defined(HCI_MAX_SIMUL_CMDS) && (HCI_MAX_SIMUL_CMDS > 0))
1441 if (p_hci_cmd_cb->cmd_window > HCI_MAX_SIMUL_CMDS)
1442 p_hci_cmd_cb->cmd_window = HCI_MAX_SIMUL_CMDS;
/external/bluetooth/bluedroid/include/
H A Dbt_target.h786 #ifndef HCI_MAX_SIMUL_CMDS
787 #define HCI_MAX_SIMUL_CMDS 0 macro
/external/libnfc-nci/src/include/
H A Dbt_target.h470 #ifndef HCI_MAX_SIMUL_CMDS
471 #define HCI_MAX_SIMUL_CMDS 0 macro

Completed in 60 milliseconds