component/bt: allocate and use one static buffer for HCI adv flow control command

This commit is contained in:
Karl Wang
2022-07-20 05:48:28 +08:00
committed by wangmengyang
parent 85fc8321c8
commit 8c756dad23
5 changed files with 89 additions and 15 deletions
@@ -939,7 +939,7 @@ BOOLEAN btsnd_hcic_read_authenticated_payload_tout(UINT16 handle);
BOOLEAN btsnd_hcic_write_authenticated_payload_tout(UINT16 handle,
UINT16 timeout);
BOOLEAN btsnd_hcic_ble_update_adv_report_flow_control (UINT16 num);
BOOLEAN btsnd_hcic_ble_update_adv_report_flow_control (UINT16 num, BT_HDR *static_buf);
#if (BLE_50_FEATURE_SUPPORT == TRUE)
BOOLEAN btsnd_hcic_ble_read_phy(UINT16 conn_handle);