Searched defs:is_temp (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c84 UINT8 is_temp; member in struct:__anon973
338 if (pairing_cb.is_temp)
747 pairing_cb.is_temp = TRUE;
749 pairing_cb.is_temp = FALSE;
836 (p_auth_cmpl->key_type == HCI_LKEY_TYPE_CHANGED_COMB) || (!pairing_cb.is_temp))
839 BTIF_TRACE_DEBUG3("%s: Storing link key. key_type=0x%x, is_temp=%d",
840 __FUNCTION__, p_auth_cmpl->key_type, pairing_cb.is_temp);
848 BTIF_TRACE_DEBUG3("%s: Temporary key. Not storing. key_type=0x%x, is_temp=%d",
849 __FUNCTION__, p_auth_cmpl->key_type, pairing_cb.is_temp);
2503 pairing_cb.is_temp
[all...]

Completed in 161 milliseconds