HomeSort by relevance Sort by last modified time
    Searched full:p_sec_rec (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_ble_addr.c 488 tBTM_SEC_DEV_REC *p_sec_rec = btm_find_dev_by_public_static_addr(static_bda); local
489 tACL_CONN *p_acl = btm_bda_to_acl (p_sec_rec->bd_addr, BT_TRANSPORT_LE);
504 p_acl->active_remote_addr_type = p_sec_rec->ble.static_addr_type;
505 memcpy(p_acl->active_remote_addr, p_sec_rec->ble.static_addr, BD_ADDR_LEN);
514 if (p_sec_rec != NULL)
516 memcpy(p_sec_rec->ble.cur_rand_addr, rra, BD_ADDR_LEN);
517 p_sec_rec->ble.active_addr_type = rra_dummy ? BTM_BLE_ADDR_STATIC: BTM_BLE_ADDR_RRA;

Completed in 1321 milliseconds