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

Commit 79fb0912 authored by Ian Coolidge's avatar Ian Coolidge
Browse files

Don't truncate the top 16 bits of the LE advertisement data mask.

This is stored elsewhere as unsigned 32-bit integer.
It should be stored the same way here.

Bug: 19592970
Change-Id: I34136ca76e56f9a5cd896138c947c46e7912d40a
parent c7afcc1a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -592,7 +592,7 @@ typedef struct
typedef struct
{
    BT_HDR                  hdr;
    UINT16                  data_mask;
    UINT32                  data_mask;
    tBTA_BLE_ADV_DATA       *p_adv_cfg;
    tBTA_SET_ADV_DATA_CMPL_CBACK    *p_adv_data_cback;
}tBTA_DM_API_SET_ADV_CONFIG;
@@ -1263,4 +1263,3 @@ extern void bta_dm_execute_callback(tBTA_DM_MSG *p_data);
extern void bta_dm_set_afh_channel_assesment(tBTA_DM_MSG *p_data);

#endif /* BTA_DM_INT_H */