Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_bgconn.c157 … if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_PUBLIC || !BTM_BLE_IS_RESOLVE_BDA(bd_addr)) { in btm_add_dev_to_controller()
167 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_PUBLIC || !BTM_BLE_IS_RESOLVE_BDA(bd_addr)) in btm_add_dev_to_controller()
178 UINT8 addr_type = BTM_IS_PUBLIC_BDA(bd_addr) ? BLE_ADDR_PUBLIC : BLE_ADDR_RANDOM; in btm_add_dev_to_controller()
369 UINT8 peer_addr_type = BLE_ADDR_PUBLIC; in btm_ble_start_auto_conn()
Dbtm_ble_gap.c265 tBLE_ADDR_TYPE init_addr_type = BLE_ADDR_PUBLIC; in BTM_BleUpdateAdvFilterPolicy()
685 p_cb->addr_mgnt_cb.own_addr_type = BLE_ADDR_PUBLIC; in BTM_BleConfigPrivacy()
1051 tBLE_ADDR_TYPE init_addr_type = BLE_ADDR_PUBLIC; in BTM_BleSetAdvParams()
1763 tBLE_ADDR_TYPE init_addr_type = BLE_ADDR_PUBLIC, in btm_ble_set_discoverability()
1873 tBLE_ADDR_TYPE peer_addr_type = BLE_ADDR_PUBLIC, in btm_ble_set_connectability()
3148 tBLE_ADDR_TYPE init_addr_type = BLE_ADDR_PUBLIC; in btm_ble_start_slow_adv()
Dbtm_ble_addr.c577 p->conn_addr_type = BLE_ADDR_PUBLIC; in btm_ble_refresh_local_resolvable_private_addr()
Dbtm_ble_multi_adv.c279 UINT8_TO_STREAM (pp, BLE_ADDR_PUBLIC); in btm_ble_multi_adv_set_params()
Dbtm_ble.c642 *p_addr_type = BLE_ADDR_PUBLIC; in BTM_ReadDevInfo()
679 *p_addr_type = BLE_ADDR_PUBLIC; in BTM_ReadDevInfo()
Dbtm_acl.c255 p->conn_addr_type = BLE_ADDR_PUBLIC; in btm_acl_created()
/system/bt/stack/l2cap/
Dl2c_ble.c861 UINT8 peer_addr_type = BLE_ADDR_PUBLIC; in l2cble_init_direct_conn()
862 UINT8 own_addr_type = BLE_ADDR_PUBLIC; in l2cble_init_direct_conn()
878 own_addr_type = btm_cb.ble_ctr_cb.privacy_mode ? BLE_ADDR_RANDOM : BLE_ADDR_PUBLIC; in l2cble_init_direct_conn()
/system/bt/stack/include/
Dbt_types.h497 #define BLE_ADDR_PUBLIC 0x00 macro
502 #define BLE_ADDR_TYPE_MASK (BLE_ADDR_RANDOM | BLE_ADDR_PUBLIC)
/system/bt/btif/src/
Dbtif_storage.c1208 addr_type = BLE_ADDR_PUBLIC; in btif_in_fetch_bonded_ble_device()
1209 btif_storage_set_remote_addr_type(&bd_addr, BLE_ADDR_PUBLIC); in btif_in_fetch_bonded_ble_device()
Dbtif_dm.c2404 if (address_type == BLE_ADDR_PUBLIC || address_type == BLE_ADDR_RANDOM) { in btif_dm_create_bond_out_of_band()
/system/bt/stack/smp/
Dsmp_keys.c1915 if (p_cb->id_addr_rcvd && p_cb->id_addr_type == BLE_ADDR_PUBLIC) in smp_calculate_link_key_from_long_term_key()
1921 conn_addr_type == BLE_ADDR_PUBLIC) in smp_calculate_link_key_from_long_term_key()