Home
last modified time | relevance | path

Searched refs:privacy_mode (Results 1 – 7 of 7) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_gap.cc591 bool BTM_BleConfigPrivacy(bool privacy_mode) { in BTM_BleConfigPrivacy() argument
602 if (!privacy_mode) /* if privacy disabled, always use public address */ in BTM_BleConfigPrivacy()
605 p_cb->privacy_mode = BTM_PRIVACY_NONE; in BTM_BleConfigPrivacy()
618 p_cb->privacy_mode = in BTM_BleConfigPrivacy()
621 p_cb->privacy_mode = BTM_PRIVACY_1_1; in BTM_BleConfigPrivacy()
665 return (btm_cb.ble_ctr_cb.privacy_mode != BTM_PRIVACY_NONE); in BTM_BleLocalPrivacyEnabled()
712 if (btm_cb.ble_ctr_cb.privacy_mode == BTM_PRIVACY_1_2 || in btm_set_conn_mode_adv_init_addr()
713 btm_cb.ble_ctr_cb.privacy_mode == BTM_PRIVACY_MIXED) { in btm_set_conn_mode_adv_init_addr()
739 if ((btm_cb.ble_ctr_cb.privacy_mode == BTM_PRIVACY_1_2 && in btm_set_conn_mode_adv_init_addr()
741 btm_cb.ble_ctr_cb.privacy_mode == BTM_PRIVACY_MIXED) { in btm_set_conn_mode_adv_init_addr()
[all …]
Dbtm_ble_int_types.h284 tBTM_PRIVACY_MODE privacy_mode; /* privacy mode */ member
Dbtm_ble_addr.cc380 if (btm_cb.ble_ctr_cb.privacy_mode != BTM_PRIVACY_NONE) { in btm_ble_refresh_local_resolvable_private_addr()
Dbtm_ble_privacy.cc688 btm_cb.ble_ctr_cb.privacy_mode); in btm_ble_resolving_list_load_dev()
Dbtm_ble.cc2190 if (btm_cb.ble_ctr_cb.privacy_mode != BTM_PRIVACY_NONE) { in btm_ble_reset_id_impl()
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.cc1852 uint8_t privacy_mode = static_cast<uint8_t>(command_view.GetPrivacyMode()); in LeSetPrivacyMode() local
1857 peer_identity_address_type, peer_identity_address, privacy_mode); in LeSetPrivacyMode()
/system/bt/gd/hci/
Dhci_packets.pdl3252 privacy_mode : PrivacyMode,