Home
last modified time | relevance | path

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

/system/bt/stack/smp/
Dsmp_act.c1267 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
1270 SMP_TRACE_DEBUG("%s key_to_dist=0x%x", __func__, key_to_dist); in smp_key_pick_key()
1273 SMP_TRACE_DEBUG("key to send = %02x, i = %d", key_to_dist, i); in smp_key_pick_key()
1275 if (key_to_dist & (1 << i)) in smp_key_pick_key()