diff --git a/components/bt/host/bluedroid/stack/hcic/hciblecmds.c b/components/bt/host/bluedroid/stack/hcic/hciblecmds.c index c44e974fff..306e23b47c 100644 --- a/components/bt/host/bluedroid/stack/hcic/hciblecmds.c +++ b/components/bt/host/bluedroid/stack/hcic/hciblecmds.c @@ -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);