Home
last modified time | relevance | path

Searched refs:BLE_ADDR_RANDOM (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_addr.c573 p_acl->active_remote_addr_type = BLE_ADDR_RANDOM; in btm_ble_refresh_peer_resolvable_private_addr()
606 if (btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type >= BLE_ADDR_RANDOM) { in btm_ble_refresh_local_resolvable_private_addr()
607 p->conn_addr_type = BLE_ADDR_RANDOM; in btm_ble_refresh_local_resolvable_private_addr()
Dbtm_ble_bgconn.c204 if(wl_addr_type > BLE_ADDR_RANDOM) { in btm_add_dev_to_controller()
281 if(addr_type > BLE_ADDR_RANDOM) { in btm_update_dev_to_white_list()
302 if(addr_type == BLE_ADDR_RANDOM) { in btm_update_dev_to_white_list()
Dbtm_ble_gap.c1005 if(*own_bda_type == BLE_ADDR_RANDOM) { in BTM_BleUpdateOwnType()
1013 btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type = BLE_ADDR_RANDOM; in BTM_BleUpdateOwnType()
1019 btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type = BLE_ADDR_RANDOM; in BTM_BleUpdateOwnType()
1031 *own_bda_type = BLE_ADDR_RANDOM; in BTM_BleUpdateOwnType()
1032 btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type = BLE_ADDR_RANDOM; in BTM_BleUpdateOwnType()
1050 *own_bda_type = BLE_ADDR_RANDOM; in BTM_BleUpdateOwnType()
1051 btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type = BLE_ADDR_RANDOM; in BTM_BleUpdateOwnType()
1074 if((*own_bda_type == BLE_ADDR_RANDOM) || (*own_bda_type == BLE_ADDR_RANDOM_ID)) { in BTM_BleUpdateOwnType()
1176 UINT8 addr_type = BLE_ADDR_RANDOM; in btm_ble_resolve_random_addr_on_adv()
1429 *p_own_addr_type = BLE_ADDR_RANDOM; in btm_set_conn_mode_adv_init_addr()
[all …]
Dbtm_ble_5_gap.c338 BTM_UpdateAddrInfor(BLE_ADDR_RANDOM, rand_addr); in BTM_BleSetExtendedAdvRandaddr()
389 params->own_addr_type = BLE_ADDR_RANDOM; in BTM_BleSetExtendedAdvParams()
394 params->own_addr_type = BLE_ADDR_RANDOM; in BTM_BleSetExtendedAdvParams()
420 BTM_UpdateAddrInfor(BLE_ADDR_RANDOM, rand_addr); in BTM_BleSetExtendedAdvParams()
Dbtm_ble_multi_adv.c270 UINT8_TO_STREAM (pp, BLE_ADDR_RANDOM); in btm_ble_multi_adv_set_params()
Dbtm_ble.c2009 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_RANDOM && !addr_matched) { in btm_ble_connected()
2101 btm_ble_refresh_peer_resolvable_private_addr(bda, peer_rpa, BLE_ADDR_RANDOM);
Dbtm_acl.c209 * p_addr_type = BLE_ADDR_RANDOM; in btm_ble_get_acl_remote_addr()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h482 #define BLE_ADDR_RANDOM 0x01 macro
488 #define BLE_ADDR_TYPE_MASK (BLE_ADDR_RANDOM | BLE_ADDR_PUBLIC)
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ble.c1016 if ((peer_addr_type & BLE_ADDR_RANDOM) == BLE_ADDR_RANDOM) { in l2cble_init_direct_conn()
1017 peer_addr_type = BLE_ADDR_RANDOM; in l2cble_init_direct_conn()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_utils.c603 …if(btm_cb.ble_ctr_cb.addr_mgnt_cb.own_addr_type == BLE_ADDR_RANDOM && memcmp(btm_cb.ble_ctr_cb.add… in smp_build_id_addr_cmd()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c1422 (addr->type > BLE_ADDR_RANDOM)) { in bt_mesh_gattc_conn_create()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c1183 (addr->type > BLE_ADDR_RANDOM)) { in bt_mesh_gattc_conn_create()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c2855 p_msg->addr_type = BLE_ADDR_RANDOM; in BTA_DmSetRandAddress()
Dbta_dm_act.c2606 if (dev_type == BT_DEVICE_TYPE_BLE || addr_type == BLE_ADDR_RANDOM) { in bta_dm_discover_device()
5188 if (p_data->set_addr.addr_type != BLE_ADDR_RANDOM) { in bta_dm_ble_set_rand_address()