Home
last modified time | relevance | path

Searched refs:key_to_dist (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_act.c1291 UINT8 key_to_dist = (p_cb->role == HCI_ROLE_SLAVE) ? p_cb->local_r_key : p_cb->local_i_key; in smp_key_pick_key() local
1294 SMP_TRACE_DEBUG("%s key_to_dist=0x%x\n", __func__, key_to_dist); in smp_key_pick_key()
1296 SMP_TRACE_DEBUG("key to send = %02x, i = %d\n", key_to_dist, i); in smp_key_pick_key()
1298 if (key_to_dist & (1 << i) && smp_distribute_act[i] != NULL) { in smp_key_pick_key()