Home | History | Annotate | Download | only in btm

Lines Matching refs:pid_key

870                     p_rec->ble.keys.irk[i] = p_keys->pid_key.irk[i];
873 //memcpy( p_rec->ble.keys.irk, p_keys->pid_key, BT_OCTET16_LEN); todo will crash the system
874 memcpy(p_rec->ble.static_addr, p_keys->pid_key.static_addr, BD_ADDR_LEN);
875 p_rec->ble.static_addr_type = p_keys->pid_key.addr_type;