fix(ble/bluedroid): Remove duplicate filter_policy in ext_conn_v2 HCI cmd

This commit is contained in:
zhanghaipeng
2025-12-11 11:00:11 +08:00
committed by zhiweijian
parent 9825b32ce2
commit 1c56fad5d0
@@ -1725,7 +1725,6 @@ BOOLEAN btsnd_hcic_ble_create_ext_conn_v2(tHCI_CreatExtConn *p_conn)
UINT8_TO_STREAM(pp, p_conn->adv_handle);
UINT8_TO_STREAM(pp, p_conn->subevent);
UINT8_TO_STREAM(pp, p_conn->filter_policy);
UINT8_TO_STREAM(pp, p_conn->filter_policy);
UINT8_TO_STREAM(pp, p_conn->own_addr_type);
UINT8_TO_STREAM(pp, p_conn->peer_addr_type);
BDADDR_TO_STREAM(pp, p_conn->peer_addr);