Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h736 #define BT_HCI_CTL_TO_HOST_FLOW_ENABLE 0x01 macro
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c2014 net_buf_add_u8(buf, BT_HCI_CTL_TO_HOST_FLOW_ENABLE); in set_flow_control()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c509 case BT_HCI_CTL_TO_HOST_FLOW_ENABLE: in set_ctl_to_host_flow()