Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc1685f4 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Use proper type in filter init

Change-Id: I429ea832f32cb4c67525dda71f9e05ba60110e1e
parent e0e870d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1311,7 +1311,7 @@ tBTM_STATUS BTM_BleCfgFilterCondition(tBTM_BLE_SCAN_COND_OP action,
*******************************************************************************/
void btm_ble_adv_filter_init(void)
{
    memset(&btm_ble_adv_filt_cb, 0, sizeof(tBTM_BLE_MULTI_ADV_CB));
    memset(&btm_ble_adv_filt_cb, 0, sizeof(tBTM_BLE_ADV_FILTER_CB));
    if (BTM_SUCCESS != btm_ble_obtain_vsc_details())
       return;