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

/external/bluetooth/bluedroid/stack/btu/
H A Dbtu_hcif.c1187 #if (defined(HCI_MAX_SIMUL_CMDS) && (HCI_MAX_SIMUL_CMDS > 0))
1188 if (p_hci_cmd_cb->cmd_window > HCI_MAX_SIMUL_CMDS)
1189 p_hci_cmd_cb->cmd_window = HCI_MAX_SIMUL_CMDS;
1460 #if (defined(HCI_MAX_SIMUL_CMDS) && (HCI_MAX_SIMUL_CMDS > 0))
1461 if (p_hci_cmd_cb->cmd_window > HCI_MAX_SIMUL_CMDS)
1462 p_hci_cmd_cb->cmd_window = HCI_MAX_SIMUL_CMDS;
/external/bluetooth/bluedroid/include/
H A Dbt_target.h696 #ifndef HCI_MAX_SIMUL_CMDS
697 #define HCI_MAX_SIMUL_CMDS 0 macro
/external/libnfc-nci/src/include/
H A Dbt_target.h474 #ifndef HCI_MAX_SIMUL_CMDS
475 #define HCI_MAX_SIMUL_CMDS 0 macro

Completed in 133 milliseconds