HomeSort by relevance Sort by last modified time
    Searched refs:rra_type (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/btm/
btm_ble_addr.c 484 UINT8 rra_type)
500 if (rra_type == BTM_BLE_ADDR_PSEUDO)
503 p_sec_rec->ble.active_addr_type = rra_type;
521 if (rra_type == BTM_BLE_ADDR_PSEUDO)
537 p_acl->active_remote_addr_type = rra_type;
btm_ble_privacy.c 363 UINT8 status, rra_type = BTM_BLE_ADDR_PSEUDO; local
391 btm_ble_refresh_peer_resolvable_private_addr(pseudo_bda, rra, rra_type);
    [all...]
btm_ble_int.h 448 extern void btm_ble_refresh_peer_resolvable_private_addr(BD_ADDR pseudo_bda, BD_ADDR rra, UINT8 rra_type);

Completed in 273 milliseconds