Home
last modified time | relevance | path

Searched refs:btm_identity_addr_to_random_pseudo (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_addr.c462 BOOLEAN btm_identity_addr_to_random_pseudo(BD_ADDR bd_addr, UINT8 *p_addr_type, BOOLEAN refresh) in btm_identity_addr_to_random_pseudo() function
Dbtm_ble.c2061 match = btm_identity_addr_to_random_pseudo (bda, &bda_type, FALSE);
Dbtm_ble_gap.c3607 match = btm_identity_addr_to_random_pseudo(bda, &addr_type, FALSE); in btm_ble_process_adv_pkt()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_ble_int.h487 BOOLEAN btm_identity_addr_to_random_pseudo(BD_ADDR bd_addr, UINT8 *p_addr_type, BOOLEAN refresh);
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c2204 match = btm_identity_addr_to_random_pseudo(bda, &addr_type, FALSE); in btu_ble_ext_adv_report_evt()