Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c2009 buf = bt_hci_cmd_create(BT_HCI_OP_SET_CTL_TO_HOST_FLOW, 1); in set_flow_control()
2015 return bt_hci_cmd_send_sync(BT_HCI_OP_SET_CTL_TO_HOST_FLOW, buf, NULL); in set_flow_control()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h737 #define BT_HCI_OP_SET_CTL_TO_HOST_FLOW BT_OP(BT_OGF_BASEBAND, 0x0031) /* 0x0c31 */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c739 case BT_OCF(BT_HCI_OP_SET_CTL_TO_HOST_FLOW): in ctrl_bb_cmd_handle()