Home | History | Annotate | Download | only in btm

Lines Matching refs:irk

254 **                  the local device IR is copied into irk
257 void BTM_GetDeviceIDRoot (BT_OCTET16 irk)
262 memcpy (irk, btm_cb.devcb.id_keys.irk, BT_OCTET16_LEN);
934 p_rec->ble.keys.irk[i] = p_keys->pid_key.irk[i];
937 //memcpy( p_rec->ble.keys.irk, p_keys->pid_key, BT_OCTET16_LEN); todo will crash the system
941 BTM_TRACE_DEBUG1("BTM_LE_KEY_PID key_type=0x%x save peer IRK", p_rec->ble.key_type);
1462 BTM_TRACE_DEBUG2 ("btm_ble_io_capabilities_req 2: i_keys=0x%x r_keys=0x%x (bit 0-LTK 1-IRK 2-CSRK)",
1985 ** Description This function is called when IRK is generated, store it in
1996 memcpy(btm_cb.devcb.id_keys.irk, p->param_buf, BT_OCTET16_LEN);
2001 BTM_TRACE_ERROR0("Generating IRK exception.");
2035 /* IRK = D1(IR, 1) */