Home
last modified time | relevance | path

Searched refs:BLE_ADDR_PUBLIC (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_addr.c512 …oller_get_interface()->supports_ble_privacy() && p_dev_rec->ble.ble_addr_type != BLE_ADDR_PUBLIC) { in btm_random_pseudo_to_identity_addr()
614 p->conn_addr_type = BLE_ADDR_PUBLIC; in btm_ble_refresh_local_resolvable_private_addr()
Dbtm_ble_gap.c370 tBLE_ADDR_TYPE init_addr_type = BLE_ADDR_PUBLIC; in BTM_BleUpdateAdvFilterPolicy()
898 p_cb->addr_mgnt_cb.own_addr_type = BLE_ADDR_PUBLIC; in BTM_BleConfigPrivacy()
1046 *own_bda_type = BLE_ADDR_PUBLIC; in BTM_BleUpdateOwnType()
1047 btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type = BLE_ADDR_PUBLIC; in BTM_BleUpdateOwnType()
1064 btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type = BLE_ADDR_PUBLIC; in BTM_BleUpdateOwnType()
1466 tBLE_ADDR_TYPE init_addr_type = BLE_ADDR_PUBLIC; in BTM_BleSetAdvParams()
2058 btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type = BLE_ADDR_PUBLIC; in BTM_BleClearRandAddress()
2080 } else if(btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type == BLE_ADDR_PUBLIC) { in BTM_BleGetCurrentAddress()
2081 *addr_type = BLE_ADDR_PUBLIC; in BTM_BleGetCurrentAddress()
2593 tBLE_ADDR_TYPE init_addr_type = BLE_ADDR_PUBLIC, in btm_ble_set_discoverability()
[all …]
Dbtm_ble_privacy.c1151 btsnd_hcic_ble_rm_device_resolving_list(BLE_ADDR_PUBLIC, peer_addr); in btm_ble_add_default_entry_to_resolving_list()
1153 …btsnd_hcic_ble_add_device_resolving_list (BLE_ADDR_PUBLIC, peer_addr, peer_irk, btm_cb.devcb.id_ke… in btm_ble_add_default_entry_to_resolving_list()
Dbtm_ble_bgconn.c488 UINT8 peer_addr_type = BLE_ADDR_PUBLIC; in btm_ble_start_auto_conn()
Dbtm_ble.c681 *p_addr_type = BLE_ADDR_PUBLIC; in BTM_ReadDevInfo()
712 *p_addr_type = BLE_ADDR_PUBLIC; in BTM_ReadDevInfo()
2075 …if (!match && role == HCI_ROLE_SLAVE && bda_type != BLE_ADDR_PUBLIC && BTM_BLE_IS_RESOLVE_BDA(bda)…
2077 if (!match && bda_type != BLE_ADDR_PUBLIC && BTM_BLE_IS_RESOLVE_BDA(bda)) {
Dbtm_ble_multi_adv.c275 UINT8_TO_STREAM (pp, BLE_ADDR_PUBLIC); in btm_ble_multi_adv_set_params()
Dbtm_ble_5_gap.c392 params->own_addr_type = BLE_ADDR_PUBLIC; in BTM_BleSetExtendedAdvParams()
Dbtm_acl.c289 p->conn_addr_type = BLE_ADDR_PUBLIC; in btm_acl_created()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h481 #define BLE_ADDR_PUBLIC 0x00 macro
488 #define BLE_ADDR_TYPE_MASK (BLE_ADDR_RANDOM | BLE_ADDR_PUBLIC)
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c894 UINT8 peer_addr_type = BLE_ADDR_PUBLIC; in l2cble_init_direct_conn()
895 UINT8 own_addr_type = BLE_ADDR_PUBLIC; in l2cble_init_direct_conn()
1019 peer_addr_type = BLE_ADDR_PUBLIC; in l2cble_init_direct_conn()
Dl2c_utils.c2279 addr_type = BLE_ADDR_PUBLIC; in l2cu_create_conn()
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_ble_storage.c923 addr_type = BLE_ADDR_PUBLIC; in _btc_storage_in_fetch_bonded_ble_device()
924 _btc_storage_set_remote_addr_type(&bd_addr, BLE_ADDR_PUBLIC, true); in _btc_storage_in_fetch_bonded_ble_device()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c1960 if (p_cb->id_addr_rcvd && p_cb->id_addr_type == BLE_ADDR_PUBLIC) { in smp_calculate_link_key_from_long_term_key()
1964 conn_addr_type == BLE_ADDR_PUBLIC) { in smp_calculate_link_key_from_long_term_key()