Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_gap.cc678 bool BTM_BleConfigPrivacy(bool privacy_mode) { in BTM_BleConfigPrivacy() argument
688 if (!privacy_mode) /* if privacy disabled, always use public address */ in BTM_BleConfigPrivacy()
691 p_cb->privacy_mode = BTM_PRIVACY_NONE; in BTM_BleConfigPrivacy()
703 p_cb->privacy_mode = BTM_PRIVACY_1_2; in BTM_BleConfigPrivacy()
705 p_cb->privacy_mode = BTM_PRIVACY_1_1; in BTM_BleConfigPrivacy()
712 bluetooth::shim::ACL_ConfigureLePrivacy(privacy_mode); in BTM_BleConfigPrivacy()
749 return (btm_cb.ble_ctr_cb.privacy_mode != BTM_PRIVACY_NONE); in BTM_BleLocalPrivacyEnabled()
794 if (btm_cb.ble_ctr_cb.privacy_mode == BTM_PRIVACY_1_2 || in btm_set_conn_mode_adv_init_addr()
795 btm_cb.ble_ctr_cb.privacy_mode == BTM_PRIVACY_MIXED) { in btm_set_conn_mode_adv_init_addr()
819 if ((btm_cb.ble_ctr_cb.privacy_mode == BTM_PRIVACY_1_2 && in btm_set_conn_mode_adv_init_addr()
[all …]
Dbtm_ble_int_types.h264 tBTM_PRIVACY_MODE privacy_mode; /* privacy mode */ member
Dbtm_ble_privacy.cc707 btm_cb.ble_ctr_cb.privacy_mode); in btm_ble_resolving_list_load_dev()
Dbtm_ble.cc2020 if (btm_cb.ble_ctr_cb.privacy_mode != BTM_PRIVACY_NONE) { in btm_ble_reset_id_impl()
/system/bt/test/mock/
Dmock_stack_btm_ble_gap.cc58 bool BTM_BleConfigPrivacy(bool privacy_mode) { in BTM_BleConfigPrivacy() argument
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.cc2061 uint8_t privacy_mode = static_cast<uint8_t>(command_view.GetPrivacyMode()); in LeSetPrivacyMode() local
2066 peer_identity_address_type, peer_identity_address, privacy_mode); in LeSetPrivacyMode()
/system/bt/stack/acl/
Dbtm_acl.cc2390 if (btm_cb.ble_ctr_cb.privacy_mode == BTM_PRIVACY_NONE) { in btm_ble_refresh_local_resolvable_private_addr()
/system/bt/gd/hci/
Dhci_packets.pdl3930 privacy_mode : PrivacyMode,