Searched refs:bond_type (Results 1 – 5 of 5) sorted by relevance
90 p_dev_rec->bond_type = BOND_TYPE_UNKNOWN; in BTM_SecAddDevice()407 p_target_rec->bond_type = temp_rec.bond_type; in btm_consolidate_dev()520 p_dev_rec->bond_type = BOND_TYPE_UNKNOWN; in btm_sec_allocate_dev_rec()542 return p_dev_rec->bond_type; in btm_get_bond_type_dev()556 tBTM_BOND_TYPE bond_type) { in btm_set_bond_type_dev() argument561 p_dev_rec->bond_type = bond_type; in btm_set_bond_type_dev()
211 tBTM_BOND_TYPE bond_type);
563 tBTM_BOND_TYPE bond_type; /* peering bond type */ member
4553 if (p_dev_rec->bond_type == BOND_TYPE_TEMPORARY) in btm_sec_disconnected()
115 tBTM_BOND_TYPE bond_type; member503 if (pairing_cb.bond_type == BOND_TYPE_TEMPORARY) state = BT_BOND_STATE_NONE; in bond_state_changed()966 pairing_cb.bond_type = BOND_TYPE_TEMPORARY; in btif_dm_ssp_cfm_req_evt()968 pairing_cb.bond_type = BOND_TYPE_PERSISTENT; in btif_dm_ssp_cfm_req_evt()970 btm_set_bond_type_dev(p_ssp_cfm_req->bd_addr, pairing_cb.bond_type); in btif_dm_ssp_cfm_req_evt()979 if (is_incoming && pairing_cb.bond_type == BOND_TYPE_TEMPORARY) { in btif_dm_ssp_cfm_req_evt()1056 pairing_cb.bond_type == BOND_TYPE_PERSISTENT) { in btif_dm_auth_cmpl_evt()1059 __func__, p_auth_cmpl->key_type, pairing_cb.bond_type); in btif_dm_auth_cmpl_evt()1067 __func__, p_auth_cmpl->key_type, pairing_cb.bond_type); in btif_dm_auth_cmpl_evt()1068 if (pairing_cb.bond_type == BOND_TYPE_TEMPORARY) { in btif_dm_auth_cmpl_evt()[all …]