Searched refs:key_to_dist (Results 1 – 1 of 1) sorted by relevance
1246 uint8_t key_to_dist = (p_cb->role == HCI_ROLE_PERIPHERAL) ? p_cb->local_r_key in smp_key_pick_key() local1250 SMP_TRACE_DEBUG("%s key_to_dist=0x%x", __func__, key_to_dist); in smp_key_pick_key()1252 SMP_TRACE_DEBUG("key to send = %02x, i = %d", key_to_dist, i); in smp_key_pick_key()1254 if (key_to_dist & (1 << i)) { in smp_key_pick_key()