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/ |
D | btm_ble_addr.c | 462 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
|
D | btm_ble.c | 2061 match = btm_identity_addr_to_random_pseudo (bda, &bda_type, FALSE);
|
D | btm_ble_gap.c | 3607 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/ |
D | btm_ble_int.h | 487 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/ |
D | btu_hcif.c | 2204 match = btm_identity_addr_to_random_pseudo(bda, &addr_type, FALSE); in btu_ble_ext_adv_report_evt()
|