Home | History | Annotate | Download | only in btm

Lines Matching refs:privacy

573 ** Description      This function is called to enable or disable the privacy in
587 if (p_cb->privacy != enable)
589 p_cb->privacy = enable;
591 if (p_cb->privacy)
596 else /* if privacy disabled, always use public address */
602 btm_ble_multi_adv_enb_privacy(p_cb->privacy);
666 ** Returns Return TRUE if local privacy is enabled else FALSE
672 return btm_cb.ble_ctr_cb.privacy;
835 /* direct adv mode does not have privacy if privacy
846 /* may need to reset random address if privacy is enabled */
847 if (btm_cb.ble_ctr_cb.privacy && /* own addr_type is random */