Home
last modified time | relevance | path

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

/system/bt/main/shim/
Dhelpers.h51 if (legacy_type == BLE_ADDR_PUBLIC) in ToAddressWithType()
Dbtm.cc772 security_manager->CreateBond(ToAddressWithType(bd_addr, BLE_ADDR_PUBLIC)); in CreateBond()
785 security_manager->CancelBond(ToAddressWithType(bd_addr, BLE_ADDR_PUBLIC)); in CancelBond()
792 security_manager->RemoveBond(ToAddressWithType(bd_addr, BLE_ADDR_PUBLIC)); in RemoveBond()
809 return BLE_ADDR_PUBLIC; in GetAddressType()
/system/bt/stack/btm/
Dbtm_ble_bgconn.cc186 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_PUBLIC || in BTM_BackgroundConnectAddressKnown()
238 background_connection_add(BLE_ADDR_PUBLIC, bd_addr); in btm_add_dev_to_controller()
361 uint8_t peer_addr_type = BLE_ADDR_PUBLIC; in btm_ble_start_auto_conn()
Dbtm_ble_addr.cc387 p->conn_addr_type = BLE_ADDR_PUBLIC; in btm_ble_refresh_local_resolvable_private_addr()
Dbtm_ble_gap.cc604 p_cb->addr_mgnt_cb.own_addr_type = BLE_ADDR_PUBLIC; in BTM_BleConfigPrivacy()
980 tBLE_ADDR_TYPE init_addr_type = BLE_ADDR_PUBLIC, in btm_ble_set_discoverability()
1072 tBLE_ADDR_TYPE peer_addr_type = BLE_ADDR_PUBLIC, in btm_ble_set_connectability()
2207 tBLE_ADDR_TYPE init_addr_type = BLE_ADDR_PUBLIC; in btm_ble_start_slow_adv()
Dbtm_ble_multi_adv.cc267 p_inst->own_address_type = BLE_ADDR_PUBLIC; in RegisterAdvertiser()
432 if (c->self->adv_inst[c->inst_id].own_address_type == BLE_ADDR_PUBLIC) { in StartAdvertisingSet()
Dbtm_ble.cc588 *p_addr_type = BLE_ADDR_PUBLIC; in BTM_ReadDevInfo()
617 *p_addr_type = BLE_ADDR_PUBLIC; in BTM_ReadDevInfo()
Dbtm_acl.cc229 p->conn_addr_type = BLE_ADDR_PUBLIC; in btm_acl_created()
/system/bt/stack/include/
Dbt_types.h742 #define BLE_ADDR_PUBLIC 0x00 macro
748 #define BLE_ADDR_TYPE_MASK (BLE_ADDR_RANDOM | BLE_ADDR_PUBLIC)
/system/bt/stack/smp/
Dsmp_keys.cc944 if (p_cb->id_addr_rcvd && p_cb->id_addr_type == BLE_ADDR_PUBLIC) { in smp_calculate_link_key_from_long_term_key()
950 conn_addr_type == BLE_ADDR_PUBLIC) { in smp_calculate_link_key_from_long_term_key()
/system/bt/btif/src/
Dbtif_storage.cc1258 addr_type = BLE_ADDR_PUBLIC; in btif_in_fetch_bonded_ble_device()
1259 btif_storage_set_remote_addr_type(&bd_addr, BLE_ADDR_PUBLIC); in btif_in_fetch_bonded_ble_device()
Dbtif_dm.cc2336 if (address_type == BLE_ADDR_PUBLIC || address_type == BLE_ADDR_RANDOM) { in btif_dm_create_bond_out_of_band()