Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/hci/include/hci/
Dhci_packet_factory.h29 …BT_HDR *(*make_set_adv_report_flow_control)(uint8_t enable, uint16_t num, uint16_t lost_threshold); member
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_packet_factory.c55 static BT_HDR *make_set_adv_report_flow_control(uint8_t enable, uint16_t num, uint16_t lost_thresho… in make_set_adv_report_flow_control() function
255 make_set_adv_report_flow_control,
/hal_espressif-latest/components/bt/host/bluedroid/device/
Dcontroller.c123 …response = AWAIT_COMMAND(controller_param.packet_factory->make_set_adv_report_flow_control(HCI_HOS… in start_up()