Home
last modified time | relevance | path

Searched refs:hci_set_controller_to_host_flow_control (Results 1 – 5 of 5) sorted by relevance

/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/core/auto/
H A Dble_hci_le.h197 tBleStatus hci_set_controller_to_host_flow_control(uint8_t Flow_Control_Enable);
H A Dble_hci_le.c152 tBleStatus hci_set_controller_to_host_flow_control(uint8_t Flow_Control_Enable) in hci_set_controller_to_host_flow_control() function
/btstack/src/
H A Dhci_cmd.c957 const hci_cmd_t hci_set_controller_to_host_flow_control = { variable
H A Dhci_cmd.h451 extern const hci_cmd_t hci_set_controller_to_host_flow_control;
H A Dhci.c2073 hci_send_cmd(&hci_set_controller_to_host_flow_control, 3); // ACL + SCO Flow Control in hci_initializing_run()