Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/hci/include/hci/
Dhci_packet_factory.h28 BT_HDR *(*make_set_c2h_flow_control)(uint8_t enable); member
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_packet_factory.c45 static BT_HDR *make_set_c2h_flow_control(uint8_t enable) in make_set_c2h_flow_control() function
254 make_set_c2h_flow_control,
/hal_espressif-latest/components/bt/host/bluedroid/device/
Dcontroller.c118 …response = AWAIT_COMMAND(controller_param.packet_factory->make_set_c2h_flow_control(HCI_HOST_FLOW_… in start_up()